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 |
|---|---|---|---|
| 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. |
| HookCollectorPass::$proceduralImplementations | property | core/ |
Procedural implementation module names by hook name. |
| HookCollectorPass::$removeHookIdentifiers | property | core/ |
Lists of implementation identifiers to remove, keyed by hook name. |
| HookCollectorPass::addProceduralImplementation | function | core/ |
Adds a procedural hook implementation. |
| HookCollectorPass::applyOrderOperations | function | core/ |
Applies order operations to a hook implementation list. |
| HookCollectorPass::calculateImplementations | function | core/ |
Calculates the ordered implementations. |
| HookCollectorPass::checkForProceduralOnlyHooks | function | core/ |
Checks for hooks which can't be supported in classes. |
| HookCollectorPass::collectAllHookImplementations | function | core/ |
Collects all hook implementations. |
| HookCollectorPass::collectIncludesPerHook | function | core/ |
Collects include files by hook name. |
| HookCollectorPass::collectModuleHookImplementations | function | core/ |
Collects procedural and Attribute hook implementations. |
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.