Search for hook
Title | Object type | File name | Summary |
---|---|---|---|
BlockHookOperationTest | class | core/ |
Tests for Block module regarding hook_entity_operations_alter(). |
BlockHookOperationTest.php | file | core/ |
|
BlockHookOperationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
BlockHookOperationTest::$modules | property | core/ |
Modules to install. |
BlockHookOperationTest::setUp | function | core/ |
|
BlockHookOperationTest::testBlockOperationAlter | function | core/ |
Tests the block list to see if the test_operation link is added. |
BlockTemplateSuggestionsTest::testBlockThemeHookSuggestions | function | core/ |
Tests template suggestions from block_theme_suggestions_block(). |
BookTest::testHookNodeLoadAccess | function | core/ |
Ensure the loaded book in hook_node_load() does not depend on the user. |
BulkDeleteTest::checkHooksInvocations | function | core/ |
Tests that the expected hooks have been invoked on the expected entities. |
ComposerHookTest | class | core/ |
Tests Composer Hooks that run scaffold operations. |
ComposerHookTest.php | file | core/ |
|
ComposerHookTest::$fileSystem | property | core/ |
The Symfony FileSystem component. |
ComposerHookTest::$fixtures | property | core/ |
The Fixtures object. |
ComposerHookTest::$fixturesDir | property | core/ |
Directory to perform the tests in. |
ComposerHookTest::setUp | function | core/ |
|
ComposerHookTest::tearDown | function | core/ |
|
ComposerHookTest::testComposerHooks | function | core/ |
Tests to see if scaffold operation runs at the correct times. |
ComposerHookTest::testScaffoldMessagesDoNotPrintTwice | function | core/ |
Tests to see if scaffold messages are omitted when running scaffold twice. |
ConfigEntityStorage::invokeHook | function | core/ |
Invokes a hook on behalf of the entity. |
ConfigImporterTest::testIsSyncingInHooks | function | core/ |
Tests the isSyncing flags. |
config_test.hooks.inc | file | core/ |
Fake third-party hook implementations for ConfigTest entities. |
ContentEntityStorageBase::invokeHook | function | core/ |
|
ContentEntityStorageBase::invokeStorageLoadHook | function | core/ |
Invokes hook_entity_storage_load(). |
ContentEntityStorageBase::invokeTranslationHooks | function | core/ |
Checks translation statuses and invoke the related hooks if needed. |
ContentTranslationEntityBundleInfoTest::testHookInvocationOrder | function | core/ |
Tests that modules can know whether bundles are translatable. |
DefaultPluginManager::$alterHook | property | core/ |
Name of the alter hook if one should be invoked. |
DependencyHookInvocationTest | class | core/ |
Tests the hook invocation for determining update dependencies. |
DependencyHookInvocationTest.php | file | core/ |
|
DependencyHookInvocationTest::$defaultTheme | property | core/ |
|
DependencyHookInvocationTest::$modules | property | core/ |
Modules to enable. |
DependencyHookInvocationTest::setUp | function | core/ |
|
DependencyHookInvocationTest::testHookUpdateDependencies | function | core/ |
Tests the structure of the array returned by hook_update_dependencies(). |
deprecation_test_deprecated_hook | function | core/ |
Implements hook_deprecated_hook(). |
EditorFileUsageTest::testEditorEntityHooks | function | core/ |
Tests the configurable text editor manager. |
Entity CRUD, editing, and view hooks | group | core/ |
Hooks used in various entity operations. |
EntityAccessControlHandler::processAccessHookResults | function | core/ |
Determines entity access. |
EntityAccessControlHandlerTest::testHooks | function | core/ |
Tests hook invocations. |
EntityCrudHookTest | class | core/ |
Tests entity CRUD via hooks. |
EntityCrudHookTest.php | file | core/ |
|
EntityCrudHookTest::$ids | property | core/ |
|
EntityCrudHookTest::$modules | property | core/ |
Modules to enable. |
EntityCrudHookTest::assertHookMessageOrder | function | core/ |
Checks the order of CRUD hook execution messages. |
EntityCrudHookTest::setUp | function | core/ |
|
EntityCrudHookTest::testBlockHooks | function | core/ |
Tests hook invocations for CRUD operations on blocks. |
EntityCrudHookTest::testCommentHooks | function | core/ |
Tests hook invocations for CRUD operations on comments. |
EntityCrudHookTest::testEntityRollback | function | core/ |
Tests rollback from failed entity save. |
EntityCrudHookTest::testFileHooks | function | core/ |
Tests hook invocations for CRUD operations on files. |
EntityCrudHookTest::testNodeHooks | function | core/ |
Tests hook invocations for CRUD operations on nodes. |
EntityCrudHookTest::testTaxonomyTermHooks | function | core/ |
Tests hook invocations for CRUD operations on taxonomy terms. |
EntityCrudHookTest::testTaxonomyVocabularyHooks | function | core/ |
Tests hook invocations for CRUD operations on taxonomy vocabularies. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.