86 calls to module_invoke_all()

AdminTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/AdminTest.php
Sets up a Drupal site for running functional and integration tests.
BreadcrumbTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/BreadcrumbTest.php
Sets up a Drupal site for running functional and integration tests.
CommentStorageController::postSave in drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave().
ConfigStorageController::invokeHook in drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php
Invokes a hook on behalf of the entity.
CustomBlockFormController::prepareEntity in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockFormController.php
Overrides \Drupal\Core\Entity\EntityFormController::prepareEntity().
DatabaseStorageController::getFieldDefinitions in drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::getFieldDefinitions().
DatabaseStorageController::invokeHook in drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php
Invokes a hook on behalf of the entity.
DatabaseStorageControllerNG::invokeHook in drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php
Overrides DatabaseStorageController::invokeHook().
drupal_cron_run in drupal/core/includes/common.inc
Executes a cron run when called.
drupal_get_filetransfer_info in drupal/core/includes/common.inc
Assembles the Drupal FileTransfer registry.
drupal_get_updaters in drupal/core/includes/common.inc
Assembles the Drupal Updater registry.
drupal_retrieve_form in drupal/core/includes/form.inc
Retrieves the structured array that defines a given form.
Editor::__construct in drupal/core/modules/editor/lib/Drupal/editor/Plugin/Core/Entity/Editor.php
Overrides Drupal\Core\Entity\Entity::__construct()
element_info in drupal/core/includes/common.inc
Retrieves the default properties for the defined element type.
EntityAccessController::access in drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php
Checks access to an operation on a given entity or entity translation.
EntityDisplayBase::getHighestWeight in drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php
Returns the highest weight of the components in the display.
EntityRenderController::buildContent in drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php
Implements \Drupal\Core\Entity\EntityRenderControllerInterface::buildContent().
EntityRenderController::viewMultiple in drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php
Implements \Drupal\Core\Entity\EntityRenderControllerInterface::viewMultiple().
entity_get_bundles in drupal/core/includes/entity.inc
Returns the entity bundle info.
entity_invoke_bundle_hook in drupal/core/includes/entity.inc
Notifies modules about an operation that was performed on a entity bundle.
field_attach_delete in drupal/core/modules/field/field.attach.inc
Deletes field data for an existing entity. This deletes all revisions of field data for the entity.
field_attach_delete_revision in drupal/core/modules/field/field.attach.inc
Delete field data for a single revision of an existing entity. The passed entity must have a revision ID attribute.
field_attach_insert in drupal/core/modules/field/field.attach.inc
Save field data for a new entity.
field_attach_load in drupal/core/modules/field/field.attach.inc
Loads fields for the current revisions of a group of entities.
field_attach_presave in drupal/core/modules/field/field.attach.inc
Performs necessary operations just before fields data get saved.
field_attach_update in drupal/core/modules/field/field.attach.inc
Saves field data for an existing entity.
field_purge_field in drupal/core/modules/field/field.crud.inc
Purges a field record from the database.
field_purge_instance in drupal/core/modules/field/field.crud.inc
Purges a field instance record from the database.
file_copy in drupal/core/modules/file/file.module
Copies a file to a new location and adds a file record to the database.
file_download in drupal/core/includes/file.inc
Page callback: Handles private file transfers.
file_get_stream_wrappers in drupal/core/includes/file.inc
Provides Drupal stream wrapper registry.
file_move in drupal/core/modules/file/file.module
Moves a file to a new location and update the file's database entry.
file_validate in drupal/core/modules/file/file.module
Checks that a file meets the criteria specified by the validators.
FilterFormat::disable in drupal/core/modules/filter/lib/Drupal/filter/Plugin/Core/Entity/FilterFormat.php
Implements \Drupal\Core\Config\Entity\ConfigEntityInterface::disable().
hook_search_admin in drupal/core/modules/search/search.api.php
Add elements to the search settings form.
hook_search_execute in drupal/core/modules/search/search.api.php
Execute a search for a set of key words.
hook_update_index in drupal/core/modules/search/search.api.php
Update the search index for this module.
image_file_download in drupal/core/modules/image/image.module
Implements hook_file_download().
image_style_deliver in drupal/core/modules/image/image.module
Page callback: Generates a derivative, given a style and image path.
image_style_flush in drupal/core/modules/image/image.module
Flushes cached media for a style.
language_delete in drupal/core/modules/language/language.module
Delete a language.
language_negotiation_info in drupal/core/includes/language.inc
Returns all defined language negotiation methods.
language_save in drupal/core/modules/language/language.module
API function to add or update a language.
language_types_info in drupal/core/includes/language.inc
Returns information about all defined language types.
menu_get_custom_theme in drupal/core/includes/menu.inc
Gets the custom theme for the current page, if there is one.
module_test_hook_dynamic_loading_invoke_all in drupal/core/modules/system/tests/modules/module_test/module_test.module
Page callback for 'hook dynamic loading' test.
module_test_load in drupal/core/modules/system/tests/modules/module_test/module_test.module
Load function used by module_test_hook_dynamic_loading_invoke_all_during_load().
NodeFormController::prepareEntity in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Prepares the node object.
NodeStorageController::invokeHook in drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php
Overrides Drupal\Core\Entity\DatabaseStorageController::invokeHook().
node_access_acquire_grants in drupal/core/modules/node/node.module
Gets the list of node access grants and writes them to the database.
node_access_grants in drupal/core/modules/node/node.module
Fetches an array of permission IDs granted to the given user ID.
node_search_admin in drupal/core/modules/node/node.module
Implements hook_search_admin().
node_search_execute in drupal/core/modules/node/node.module
Implements hook_search_execute().
node_type_delete in drupal/core/modules/node/node.module
Deletes a node type from the database.
node_type_reset in drupal/core/modules/node/content_types.inc
Resets relevant fields of a module-defined node type to their default values.
node_type_save in drupal/core/modules/node/node.module
Saves a node type to the database.
overlay_set_mode in drupal/core/modules/overlay/overlay.module
Sets the overlay mode and adds proper JavaScript and styles to the page.
Path::delete in drupal/core/lib/Drupal/Core/Path/Path.php
Deletes a URL alias.
Path::save in drupal/core/lib/Drupal/Core/Path/Path.php
Saves a path alias to the database.
path_get_admin_paths in drupal/core/includes/path.inc
Gets a list of administrative and non-administrative paths.
Permission::summaryTitle in drupal/core/modules/user/lib/Drupal/user/Plugin/views/access/Permission.php
Return a string to display as the clickable title for the access control.
Permissions::pre_render in drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Permissions.php
Run before any fields are rendered.
SearchExactTest::testExactQuery in drupal/core/modules/search/lib/Drupal/search/Tests/SearchExactTest.php
Tests that the correct number of pager links are found for both keywords and phrases.
SearchNodeAccessTest::testPhraseSearchPunctuation in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNodeAccessTest.php
Tests that search returns results with punctuation in the search phrase.
SearchRankingTest::testDoubleRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
Verifies that if we combine two rankings, search still works.
SearchRankingTest::testHTMLRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
Test rankings of HTML tags.
SearchRankingTest::testRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
search_reindex in drupal/core/modules/search/search.module
Clears either a part of, or the entire search index.
shortcut_default_set in drupal/core/modules/shortcut/shortcut.module
Returns the default shortcut set for a given user account.
simpletest_run_tests in drupal/core/modules/simpletest/simpletest.module
Actually runs tests.
standard_install in drupal/core/profiles/standard/standard.install
Implements hook_install().
system_cron in drupal/core/modules/system/system.module
Implements hook_cron().
theme_disable in drupal/core/includes/theme.inc
Disables a given list of themes.
theme_enable in drupal/core/includes/theme.inc
Enables a given list of themes.
toolbar_pre_render in drupal/core/modules/toolbar/toolbar.module
Builds the Toolbar as a structured array ready for drupal_render().
update_check_requirements in drupal/core/update.php
Checks update requirements and reports errors and (optionally) warnings.
update_manager_archive_verify in drupal/core/modules/update/update.manager.inc
Verifies an archive after it has been downloaded and extracted.
user_cancel in drupal/core/modules/user/user.module
Cancel a user account.
user_login_finalize in drupal/core/modules/user/user.module
Finalize the login process. Must be called when logging in a user.
WebTestBase::checkPermissions in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Check to make sure that the array of permissions are valid.
xmlrpc_server_page in drupal/core/modules/xmlrpc/xmlrpc.server.inc
Process an XML-RPC request.
_node_index_node in drupal/core/modules/node/node.module
Indexes a single node.
_node_rankings in drupal/core/modules/node/node.module
Gathers the rankings from the the hook_ranking() implementations.
_simpletest_batch_finished in drupal/core/modules/simpletest/simpletest.module
_simpletest_batch_operation in drupal/core/modules/simpletest/simpletest.module
Batch operation callback.
_system_rebuild_theme_data in drupal/core/modules/system/system.module
Helper function to scan and collect theme .info.yml data and their engines.