Search for hook_
- Search 7.x for hook_
- Search 9.5.x for hook_
- Search 8.9.x for hook_
- Search 10.3.x for hook_
- Search 11.x for hook_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| HelpHooks | class | core/ |
Hook implementations for help. |
| HelpHooks.php | file | core/ |
|
| HelpHooks::blockViewHelpBlockAlter | function | core/ |
Implements hook_block_view_BASE_BLOCK_ID_alter(). |
| HelpHooks::help | function | core/ |
Implements hook_help(). |
| HelpHooks::modulesInstalled | function | core/ |
Implements hook_modules_installed(). |
| HelpHooks::modulesUninstalled | function | core/ |
Implements hook_modules_uninstalled(). |
| HelpHooks::searchUpdate | function | core/ |
Ensure that search is updated when extensions are installed or uninstalled. |
| HelpHooks::theme | function | core/ |
Implements hook_theme(). |
| HelpHooks::themesInstallOrUninstall | function | core/ |
Implements hook_themes_installed(). |
| HelpPageTestHooks | class | core/ |
Hook implementations for help_page_test. |
| HelpPageTestHooks.php | file | core/ |
|
| HelpPageTestHooks::help | function | core/ |
Implements hook_help(). |
| HelpTestHooks | class | core/ |
Hook implementations for help_test. |
| HelpTestHooks.php | file | core/ |
|
| HelpTestHooks::help | function | core/ |
Implements hook_help(). |
| HelpThemeHooks | class | core/ |
Hook implementations for help. |
| HelpThemeHooks.php | file | core/ |
|
| HelpThemeHooks::preprocessBlock | function | core/ |
Implements hook_preprocess_HOOK() for block templates. |
| HelpTopicsTestHooks | class | core/ |
Hook implementations for help_topics_test. |
| HelpTopicsTestHooks.php | file | core/ |
|
| HelpTopicsTestHooks::help | function | core/ |
Implements hook_help(). |
| HelpTopicsTestHooks::helpTopicsInfoAlter | function | core/ |
Implements hook_help_topics_info_alter(). |
| Hook.php | file | core/ |
|
| Hook::__construct | function | core/ |
Constructs a Hook attribute object. |
| HookAlterOrderTest | class | core/ |
Tests Hook Alter Order. |
| HookAlterOrderTest.php | file | core/ |
|
| HookAlterOrderTest::$modules | property | core/ |
Modules to install. |
| HookAlterOrderTest::alter | function | core/ |
Invokes ModuleHandler->alter() and returns the altered array. |
| HookAlterOrderTest::assertAlterCallOrder | function | core/ |
Asserts the call order from an alter call. |
| HookAlterOrderTest::testAlterOrder | function | core/ |
Test ordering alter calls. |
| HookAlterOrderTest::testProceduralModuleImplementsAlterOrder | function | core/ |
Tests procedural implementations of module implements alter ordering. |
| HookAlterOrderTest::testReorderAlterMissingTarget | function | core/ |
Tests #[ReorderHook] attributes with missing target. |
| HookAlterOrderTest::testReorderCrossHookAlter | function | core/ |
Tests #[ReorderHook] targeting other hooks. |
| HookAttributeInterface | interface | core/ |
Common interface for attributes used for hook discovery. |
| HookAttributeInterface.php | file | core/ |
|
| HookAttributeInvokeHook | class | core/ |
Test Hook attribute named arguments. |
| HookAttributeInvokeHook.php | file | core/ |
|
| HookAttributeInvokeHook::__invoke | function | core/ |
Implements hook_cache_flush(). |
| HookAttributeNamedArgumentsHook | class | core/ |
Test Hook attribute named arguments. |
| HookAttributeNamedArgumentsHook.php | file | core/ |
|
| HookAttributeNamedArgumentsHook::flush | function | core/ |
Implements hook_cache_flush(). |
| HookCollectorKeyValueWritePass | class | core/ |
Stores hook implementations in keyvalue and clears cache. |
| HookCollectorKeyValueWritePass.php | file | core/ |
|
| HookCollectorKeyValueWritePass::process | function | core/ |
|
| HookCollectorPass | class | core/ |
Collects and registers hook implementations. |
| HookCollectorPass.php | file | core/ |
|
| HookCollectorPass::$moduleImplementsAlters | property | core/ |
A list of functions implementing hook_module_implements_alter(). |
| HookCollectorPass::$oopImplementations | property | core/ |
OOP implementation module names keyed by hook name and "$class::$method". |
| HookCollectorPass::$orderOperations | property | core/ |
Order operations grouped by hook name and weight. |
| HookCollectorPass::$preprocessForSuggestions | property | core/ |
Preprocess suggestions discovered in modules. |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.