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 main for hook_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| HistoryHooks::commentView | function | core/ |
Implements hook_ENTITY_TYPE_view for comment entities. |
| HistoryHooks::cron | function | core/ |
Implements hook_cron(). |
| HistoryHooks::help | function | core/ |
Implements hook_help(). |
| HistoryHooks::nodeDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for node entities. |
| HistoryHooks::nodeViewAlter | function | core/ |
Implements hook_ENTITY_TYPE_view_alter() for node entities. |
| HistoryHooks::userCancel | function | core/ |
Implements hook_user_cancel(). |
| HistoryHooks::userDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for user entities. |
| HistoryHooks::__construct | function | core/ |
Constructs a new HistoryHooks object. |
| HistoryTokensHooks | class | core/ |
Token hook implementations for history. |
| HistoryTokensHooks.php | file | core/ |
|
| HistoryTokensHooks::tokenInfo | function | core/ |
Implements hook_token_info(). |
| HistoryTokensHooks::tokens | function | core/ |
Implements hook_tokens(). |
| HistoryTokensHooksTest | class | core/ |
Tests for HistoryTokensHooks. |
| HistoryTokensHooksTest.php | file | core/ |
|
| HistoryTokensHooksTest::testTokenInfoWithoutCommentModuleInstalled | function | core/ |
Tests that tokenInfo() handles missing comment module gracefully. |
| HistoryViewsHooks | class | core/ |
Hook implementations for history. |
| HistoryViewsHooks.php | file | core/ |
|
| HistoryViewsHooks::viewsData | function | core/ |
Implements hook_views_data(). |
| HistoryViewsHooks::viewsDataAlter | function | core/ |
Implements hook_views_data_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::$groupIncludes | property | core/ |
Include files, keyed by the $group part of "/$module.$group.inc". |
| HookCollectorPass::$hookInfo | property | core/ |
A list of functions implementing hook_hook_info(). |
| HookCollectorPass::$includes | property | core/ |
A map of include files by function name. |
| 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 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.