You are here

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

Namesort descending Location Description
hook_angularjs_controllers ./angularjs.api.inc Provide a list of controllers exposed by this module
hook_angularjs_controllers_alter ./angularjs.api.inc Alter the list of controllers exposed by any module
hook_angularjs_directives ./angularjs.api.inc Provide a list of directives exposed by this module
hook_angularjs_directives_alter ./angularjs.api.inc Alter the list of directives exposed by any module
hook_angularjs_filters ./angularjs.api.inc Provide a list of filters exposed by this module
hook_angularjs_filters_alter ./angularjs.api.inc Alter the list of filters exposed by any module
hook_angularjs_services ./angularjs.api.inc Provide a list of services exposed by this module
hook_angularjs_services_alter ./angularjs.api.inc Alter the list of services exposed by any module