Hook for adding custom template variables. When the following is called on the command line: ```sh ember generate controller foo --type=array --dry-run isAdmin:true ``` The object passed to `locals` looks like this: ```js { entity: { name: 'foo',
(/* options */)
| 692 | @return {Object|Promise|null} |
| 693 | */ |
| 694 | locals(/* options */) {}, |
| 695 | |
| 696 | /** |
| 697 | Hook to add additional or override existing fileMap tokens. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…