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_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TextHooks | class | core/ |
Hook implementations for text. |
| TextHooks.php | file | core/ |
|
| TextHooks::help | function | core/ |
Implements hook_help(). |
| TextTestHooks | class | core/ |
Hook implementations for text_test. |
| TextTestHooks.php | file | core/ |
|
| TextTestHooks::entityBundleFieldInfoAlter | function | core/ |
Implements hook_entity_bundle_field_info_alter(). |
| TextTestHooks::__construct | function | core/ |
|
| TextWithSummaryFileUsageTest::testEditorEntityHooks | function | core/ |
Tests the configurable text editor manager. |
| theme-test-deprecations-hook-theme.html.twig | file | core/ |
{# Test variables deprecated in hook_theme(). #} {{ foo }} |
| ThemeHook.php | file | core/ |
|
| ThemeHook::theme | function | core/ |
Implements hook_theme(). |
| ThemeHookCollectorPass | class | core/ |
Collects and registers hook implementations. |
| ThemeHookCollectorPass.php | file | core/ |
|
| ThemeHookCollectorPass::$oopImplementations | property | core/ |
OOP implementation theme names keyed by hook name and "$class::$method". |
| ThemeHookCollectorPass::$preprocessForSuggestions | property | core/ |
Preprocess suggestions discovered in extensions. |
| ThemeHookCollectorPass::$proceduralImplementations | property | core/ |
Procedural implementation extension names by hook name. |
| ThemeHookCollectorPass::calculateImplementations | function | core/ |
Calculates the ordered implementations. |
| ThemeHookCollectorPass::checkInvalidHookParametersInThemes | function | core/ |
Checks for hooks which can't be supported in theme classes. |
| ThemeHookCollectorPass::collectAllHookImplementations | function | core/ |
Collects all hook implementations. |
| ThemeHookCollectorPass::collectThemeHookImplementations | function | core/ |
Collects procedural and Attribute hook implementations. |
| ThemeHookCollectorPass::filterIterator | function | core/ |
Filter iterator callback. Allows include files and .php files in src/Hook. |
| ThemeHookCollectorPass::getAttributeInstances | function | core/ |
Get attribute instances from class and method reflections. |
| ThemeHookCollectorPass::getFilteredImplementations | function | core/ |
Gets implementation lists with removals already applied. |
| ThemeHookCollectorPass::getThemeListPattern | function | core/ |
Get a pattern used to match hooks for the given theme list. |
| ThemeHookCollectorPass::process | function | core/ |
|
| ThemeHookCollectorPass::registerHookServices | function | core/ |
Registers the hook implementation services. |
| ThemeHookCollectorPass::sortByTheme | function | core/ |
Sort by theme. |
| ThemeHookCollectorPass::writeToContainer | function | core/ |
Writes collected definitions to the container builder. |
| ThemeHookCollectorPass::__construct | function | core/ |
Constructor. |
| ThemeHookCollectorPassTest | class | core/ |
Tests Drupal\Core\Hook\ThemeHookCollectorPass. |
| ThemeHookCollectorPassTest.php | file | core/ |
|
| ThemeHookCollectorPassTest::testCollection | function | core/ |
Test collection. |
| ThemeHookCollectorPassTest::testExceptionModule | function | core/ |
Test exception with module parameter. |
| ThemeHookCollectorPassTest::testExceptionOrder | function | core/ |
Test exception with order parameter. |
| ThemeHookCollectorPassTest::testExceptionRemove | function | core/ |
Test exception with remove attribute. |
| ThemeHookCollectorPassTest::testExceptionReorder | function | core/ |
Test exception with reorder attribute. |
| ThemeHookCollectorPassTest::testHookExecution | function | core/ |
Tests hook execution in themes. |
| ThemeManager::$allHookImplementations | property | core/ |
Raw list of hook implementations by theme name. |
| ThemeManager::$themeHookImplementations | property | core/ |
Raw list of hook callables by theme and hook name. |
| ThemeManager::buildThemeHookSuggestions | function | core/ |
Builds theme hook suggestions for a theme hook with variables. |
| ThemePageTestHooks | class | core/ |
Hook implementations for theme_page_test. |
| ThemePageTestHooks.php | file | core/ |
|
| ThemePageTestHooks::systemInfoAlter | function | core/ |
Implements hook_system_info_alter(). |
| ThemeRegionTestThemeHooks | class | core/ |
Hook implementations for theme_region_test. |
| ThemeRegionTestThemeHooks.php | file | core/ |
|
| ThemeRegionTestThemeHooks::preprocessRegion | function | core/ |
Implements hook_preprocess_HOOK() for region templates. |
| ThemeSuggestionsTestHooks | class | core/ |
Hook implementations for theme_suggestions_test. |
| ThemeSuggestionsTestHooks.php | file | core/ |
|
| ThemeSuggestionsTestHooks::themeSuggestionsAlter | function | core/ |
Implements hook_theme_suggestions_alter(). |
| ThemeSuggestionsTestHooks::themeSuggestionsThemeTestSpecificSuggestionsAlter | function | core/ |
Implements hook_theme_suggestions_HOOK_alter(). |
Pagination
- Previous page
- Page 51
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.