Search for hook
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
InfoHookDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
InfoHookDecorator::__construct | function | core/ |
Constructs an 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/ |
|
InstallerExistingConfigProfileHookInstall::getConfigTarball | function | core/ |
|
InstallerExistingConfigProfileHookInstall::setUpRequirementsProblem | function | core/ |
|
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/ |
|
InstallerExistingConfigSyncDirectoryProfileHookInstall | class | core/ |
Verifies that profiles with hook_install() can't be installed from config. |
InstallerExistingConfigSyncDirectoryProfileHookInstall.php | file | core/ |
|
InstallerExistingConfigSyncDirectoryProfileHookInstall::$defaultTheme | property | core/ |
|
InstallerExistingConfigSyncDirectoryProfileHookInstall::$existingSyncDirectory | property | core/ |
|
InstallerExistingConfigSyncDirectoryProfileHookInstall::$profile | property | core/ |
|
InstallerExistingConfigSyncDirectoryProfileHookInstall::getConfigTarball | function | core/ |
|
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/ |
|
InstallerProfileRequirementsTest::testHookRequirementsFailure | function | core/ |
Assert that the profile failed hook_requirements(). |
InvalidUpdateHookTest | class | core/ |
Tests that hook_update_8000() is disallowed. |
InvalidUpdateHookTest.php | file | core/ |
|
InvalidUpdateHookTest::$defaultTheme | property | core/ |
|
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. |
LanguageEntityFieldAccessHookTest::testHookEntityFieldAccess | function | core/ |
Tests compatibility with hook_entity_field_access(). |
Layout::$theme_hook | property | core/ |
The theme hook used to render this layout. |
LayoutDefinition::$theme_hook | property | core/ |
The theme hook used to render this layout. |
LayoutDefinition::getThemeHook | function | core/ |
Gets the theme hook. |
LayoutDefinition::setThemeHook | function | core/ |
Sets the theme hook. |
LibraryDiscoveryIntegrationTest::testHookLibraryInfoByTheme | function | core/ |
Tests that hook_library_info is invoked and the cache is cleared. |
LinkGenerationTest::testHookLinkAlter | function | core/ |
Tests how hook_link_alter() can affect escaping of the link text. |
LinkGeneratorTest::testGenerateWithAlterHook | function | core/ |
Tests altering the URL object using hook_link_alter(). |
MediaTemplateSuggestionsTest::testMediaThemeHookSuggestions | function | core/ |
Tests template suggestions from media_theme_suggestions_media(). |
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.