Search for hook_
- Search 7.x for hook_
- Search 9.5.x for hook_
- Search 10.3.x for hook_
- Search 11.x for hook_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| hook_views_pre_execute | function | core/ |
Act on the view after the query is built and just before it is executed. |
| hook_views_pre_render | function | core/ |
Act on the view immediately before rendering it. |
| hook_views_pre_view | function | core/ |
Alter a view at the very beginning of Views processing. |
| hook_views_query_alter | function | core/ |
Alter the query before it is executed. |
| hook_views_query_substitutions | function | core/ |
Replace special strings in the query before it is executed. |
| hook_views_ui_display_tab_alter | function | core/ |
Alter the renderable array representing the edit page for one display. |
| hook_views_ui_display_top_alter | function | core/ |
Alter the top of the display for the Views UI. |
| hook_views_ui_display_top_links_alter | function | core/ |
Alter the links displayed at the top of the view edit form. |
| HtmlRenderer::invokePageAttachmentHooks | function | core/ |
Invokes the page attachment hooks. |
| InfoHookDecorator | class | core/ |
Allows info hook implementations to enhance discovered plugin definitions. |
| InfoHookDecorator.php | file | core/ |
|
| InfoHookDecorator::$decorated | property | core/ |
The Discovery object being decorated. |
| InfoHookDecorator::$hook | property | core/ |
The name of the info hook that will be implemented by this discovery instance. |
| InfoHookDecorator::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| InfoHookDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
| InfoHookDecorator::__construct | function | core/ |
Constructs a InfoHookDecorator object. |
| InstallerExistingConfigProfileHookInstall | class | core/ |
Verifies that profiles with hook_install() can't be installed from config. |
| InstallerExistingConfigProfileHookInstall.php | file | core/ |
|
| InstallerExistingConfigProfileHookInstall::$profile | property | core/ |
This is set by the profile in the core.extension extracted. |
| InstallerExistingConfigProfileHookInstall::getConfigTarball | function | core/ |
Gets the filepath to the configuration tarball. |
| InstallerExistingConfigProfileHookInstall::setUpSettings | function | core/ |
Installer step: Configure settings. |
| InstallerExistingConfigProfileHookInstall::setUpSite | function | core/ |
Final installer step: Configure site. |
| InstallerExistingConfigProfileHookInstall::testConfigSync | function | core/ |
Confirms the installation has failed and the expected error is displayed. |
| InstallerExistingConfigProfileHookInstall::visitInstaller | function | core/ |
Visits the interactive installer. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall | class | core/ |
Verifies that profiles with hook_install() can't be installed from config. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall.php | file | core/ |
|
| InstallerExistingConfigSyncDirectoryProfileHookInstall::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall::$existingSyncDirectory | property | core/ |
@todo |
| InstallerExistingConfigSyncDirectoryProfileHookInstall::$profile | property | core/ |
This is set by the profile in the core.extension extracted. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall::getConfigTarball | function | core/ |
Gets the filepath to the configuration tarball. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall::setUpProfile | function | core/ |
Installer step: Select installation profile. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall::setUpRequirementsProblem | function | core/ |
Installer step: Requirements problem. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall::setUpSettings | function | core/ |
Installer step: Configure settings. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall::setUpSite | function | core/ |
Final installer step: Configure site. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall::testConfigSync | function | core/ |
Tests installing from config is not available due to hook_INSTALL(). |
| InstallerExistingConfigSyncDirectoryProfileHookInstall::visitInstaller | function | core/ |
Visits the interactive installer. |
| InstallerProfileRequirementsTest::testHookRequirementsFailure | function | core/ |
Assert that the profile failed hook_requirements(). |
| InvalidUpdateHookTest | class | core/ |
Tests that a module implementing hook_update_8000() causes an error to be displayed on update. |
| InvalidUpdateHookTest.php | file | core/ |
|
| InvalidUpdateHookTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| InvalidUpdateHookTest::$modules | property | core/ |
Modules to enable. |
| InvalidUpdateHookTest::$updateUrl | property | core/ |
URL for the upgrade script. |
| InvalidUpdateHookTest::$updateUser | property | core/ |
A user account with upgrade permission. |
| InvalidUpdateHookTest::setUp | function | core/ |
|
| InvalidUpdateHookTest::testInvalidUpdateHook | function | core/ |
|
| JsonApiRegressionTest::testGetNodeCollectionWithHookNodeGrantsImplementationsFromIssue2984964 | function | core/ |
Ensures GETting node collection + hook_node_grants() implementations works. |
| LanguageEntityFieldAccessHookTest | class | core/ |
Tests language picker compatibility with hook_entity_field_access. |
| LanguageEntityFieldAccessHookTest.php | file | core/ |
|
| LanguageEntityFieldAccessHookTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| LanguageEntityFieldAccessHookTest::$modules | property | core/ |
Modules to enable. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.