AngularJS hooks in AngularJS 7
Hooks that can be implemented by other modules in order to extend angularjs.
File
- ./
angularjs.api.inc, line 15 - This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.
Functions
Name | Location | Description |
---|---|---|
hook_angularjs_controllers |
./ |
Provide a list of controllers exposed by this module |
hook_angularjs_controllers_alter |
./ |
Alter the list of controllers exposed by any module |
hook_angularjs_directives |
./ |
Provide a list of directives exposed by this module |
hook_angularjs_directives_alter |
./ |
Alter the list of directives exposed by any module |
hook_angularjs_filters |
./ |
Provide a list of filters exposed by this module |
hook_angularjs_filters_alter |
./ |
Alter the list of filters exposed by any module |
hook_angularjs_services |
./ |
Provide a list of services exposed by this module |
hook_angularjs_services_alter |
./ |
Alter the list of services exposed by any module |