Search for hook_
- Search 9.5.x for hook_
- Search 8.9.x for hook_
- Search 10.3.x for hook_
- Search 11.x for hook_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| BlockTemplateSuggestionsUnitTest::testBlockThemeHookSuggestions | function | modules/ |
Test if template_preprocess_block() handles the suggestions right. |
| bootstrap_hooks | function | includes/ |
Defines the critical hooks that force modules to always be loaded. |
| CommentActionsTestCase::assertHookMessage | function | modules/ |
Pass if the message $text was set by one of the comment hooks in comment_hook_test.module, i.e., if the $text is an element of $_SESSION['comment_hook_test']. |
| CommentActionsTestCase::testCommentPublishUnpublishHooks | function | modules/ |
Test comment publish and unpublish hooks. |
| comment_hook_test.info | file | modules/ |
name = "Comment Hooks Test" description = "Support module for comment hook tests." core = 7.x package = Testing version = VERSION hidden = TRUE |
| comment_hook_test.module | file | modules/ |
Test module for the comment hooks testing. |
| comment_hook_test_comment_publish | function | modules/ |
Implements hook_comment_publish(). |
| comment_hook_test_comment_unpublish | function | modules/ |
Implements hook_comment_unpublish(). |
| DrupalDefaultEntityController::$hookLoadArguments | property | includes/ |
Additional arguments to pass to hook_TYPE_load(). |
| EarlyBootstrapTestCase::testHookBoot | function | modules/ |
Test hook_boot() on both regular and "early exit" pages. |
| EntityCrudHookTestCase | class | modules/ |
Tests invocation of hooks when performing an action. |
| EntityCrudHookTestCase::$ids | property | modules/ |
|
| EntityCrudHookTestCase::assertHookMessage | function | modules/ |
Pass if the message $text was set by one of the CRUD hooks in entity_crud_hook_test.module, i.e., if the $text is an element of $_SESSION['entity_crud_hook_test']. |
| EntityCrudHookTestCase::getInfo | function | modules/ |
|
| EntityCrudHookTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| EntityCrudHookTestCase::testCommentHooks | function | modules/ |
Tests hook invocations for CRUD operations on comments. |
| EntityCrudHookTestCase::testFileHooks | function | modules/ |
Tests hook invocations for CRUD operations on files. |
| EntityCrudHookTestCase::testNodeHooks | function | modules/ |
Tests hook invocations for CRUD operations on nodes. |
| EntityCrudHookTestCase::testTaxonomyTermHooks | function | modules/ |
Tests hook invocations for CRUD operations on taxonomy terms. |
| EntityCrudHookTestCase::testTaxonomyVocabularyHooks | function | modules/ |
Tests hook invocations for CRUD operations on taxonomy vocabularies. |
| EntityCrudHookTestCase::testUserHooks | function | modules/ |
Tests hook invocations for CRUD operations on users. |
| entity_crud_hook_test.info | file | modules/ |
name = "Entity CRUD Hooks Test" description = "Support module for CRUD hook tests." core = 7.x package = Testing version = VERSION hidden = TRUE |
| entity_crud_hook_test.module | file | modules/ |
Test module for the Entity CRUD API. |
| entity_crud_hook_test.test | file | modules/ |
CRUD hook tests for the Entity CRUD API. |
| entity_crud_hook_test_comment_delete | function | modules/ |
Implements hook_comment_delete(). |
| entity_crud_hook_test_comment_insert | function | modules/ |
Implements hook_comment_insert(). |
| entity_crud_hook_test_comment_load | function | modules/ |
Implements hook_comment_load(). |
| entity_crud_hook_test_comment_presave | function | modules/ |
Implements hook_comment_presave(). |
| entity_crud_hook_test_comment_update | function | modules/ |
Implements hook_comment_update(). |
| entity_crud_hook_test_entity_delete | function | modules/ |
Implements hook_entity_delete(). |
| entity_crud_hook_test_entity_info_alter | function | modules/ |
Implements hook_entity_info_alter(). |
| entity_crud_hook_test_entity_insert | function | modules/ |
Implements hook_entity_insert(). |
| entity_crud_hook_test_entity_load | function | modules/ |
Implements hook_entity_load(). |
| entity_crud_hook_test_entity_presave | function | modules/ |
Implements hook_entity_presave(). |
| entity_crud_hook_test_entity_update | function | modules/ |
Implements hook_entity_update(). |
| entity_crud_hook_test_file_delete | function | modules/ |
Implements hook_file_delete(). |
| entity_crud_hook_test_file_insert | function | modules/ |
Implements hook_file_insert(). |
| entity_crud_hook_test_file_load | function | modules/ |
Implements hook_file_load(). |
| entity_crud_hook_test_file_presave | function | modules/ |
Implements hook_file_presave(). |
| entity_crud_hook_test_file_update | function | modules/ |
Implements hook_file_update(). |
| entity_crud_hook_test_node_delete | function | modules/ |
Implements hook_node_delete(). |
| entity_crud_hook_test_node_insert | function | modules/ |
Implements hook_node_insert(). |
| entity_crud_hook_test_node_load | function | modules/ |
Implements hook_node_load(). |
| entity_crud_hook_test_node_presave | function | modules/ |
Implements hook_node_presave(). |
| entity_crud_hook_test_node_update | function | modules/ |
Implements hook_node_update(). |
| entity_crud_hook_test_taxonomy_term_delete | function | modules/ |
Implements hook_taxonomy_term_delete(). |
| entity_crud_hook_test_taxonomy_term_insert | function | modules/ |
Implements hook_taxonomy_term_insert(). |
| entity_crud_hook_test_taxonomy_term_load | function | modules/ |
Implements hook_taxonomy_term_load(). |
| entity_crud_hook_test_taxonomy_term_presave | function | modules/ |
Implements hook_taxonomy_term_presave(). |
| entity_crud_hook_test_taxonomy_term_update | function | modules/ |
Implements hook_taxonomy_term_update(). |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.