Search for hook
Title | Object type | File name | Summary |
---|---|---|---|
hook_views_plugins_sort_alter | function | core/ |
Modify the list of available views sort handler plugins. |
hook_views_plugins_style_alter | function | core/ |
Modify the list of available views style plugins. |
hook_views_plugins_wizard_alter | function | core/ |
Modify the list of available views wizard plugins. |
hook_views_post_build | function | core/ |
Act on the view immediately after the query is built. |
hook_views_post_execute | function | core/ |
Act on the view immediately after the query has been executed. |
hook_views_post_render | function | core/ |
Post-process any rendered data. |
hook_views_preview_info_alter | function | core/ |
Alter the view preview information. |
hook_views_pre_build | function | core/ |
Act on the view before the query is built, but after displays are attached. |
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. |
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.