133 calls to module_invoke_all()

action_delete in drupal/core/modules/action/action.module
Deletes a single action from the database.
action_list in drupal/core/modules/action/action.module
Discovers all available actions by invoking hook_action_info().
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.
aggregator_remove in drupal/core/modules/aggregator/aggregator.module
Removes all items from a feed.
Analyzer::getMessages in drupal/core/modules/views/lib/Drupal/views/Analyzer.php
Analyzes a review and return the results.
archiver_get_info in drupal/core/includes/common.inc
Retrieves a list of all available archivers.
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.
ClearTest::testFlushAllCaches in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/ClearTest.php
Tests drupal_flush_all_caches().
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.
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_exit in drupal/core/includes/common.inc
Performs end-of-request tasks.
drupal_flush_all_caches in drupal/core/includes/common.inc
Flushes all persistent caches, resets all variables, and rebuilds all data structures.
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.
element_info in drupal/core/includes/common.inc
Retrieves the default properties for the defined element type.
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().
FieldInfo::getBundleExtraFields in drupal/core/modules/field/lib/Drupal/field/FieldInfo.php
Retrieves the "extra fields" for a bundle.
field_attach_create_bundle in drupal/core/modules/field/field.attach.inc
Notifies field.module that a new bundle was created.
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_bundle in drupal/core/modules/field/field.attach.inc
Notifies field.module the a bundle was deleted.
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_rename_bundle in drupal/core/modules/field/field.attach.inc
Notifies field.module that a bundle was renamed.
field_attach_update in drupal/core/modules/field/field.attach.inc
Saves field data for an existing entity.
field_create_field in drupal/core/modules/field/field.crud.inc
Creates a field.
field_create_instance in drupal/core/modules/field/field.crud.inc
Creates an instance of a field, binding it to a bundle.
field_delete_field in drupal/core/modules/field/field.crud.inc
Marks a field and its instances and data for deletion.
field_delete_instance in drupal/core/modules/field/field.crud.inc
Marks a field instance and its data for deletion.
field_info_max_weight in drupal/core/modules/field/field.info.inc
Returns the maximum weight of all the components in an 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.
field_read_fields in drupal/core/modules/field/field.crud.inc
Reads in fields that match an array of conditions.
field_read_instances in drupal/core/modules/field/field.crud.inc
Reads in field instances that match an array of conditions.
field_update_field in drupal/core/modules/field/field.crud.inc
Updates a field.
field_update_instance in drupal/core/modules/field/field.crud.inc
Updates an instance of a field.
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_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.
filter_format_disable in drupal/core/modules/filter/filter.module
Disables a text format.
filter_format_save in drupal/core/modules/filter/filter.module
Saves a text format object to the database.
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_get_available_toolkits in drupal/core/includes/image.inc
Gets a list of available toolkits.
image_style_delete in drupal/core/modules/image/image.module
Delete an image style.
image_style_deliver in drupal/core/modules/image/image.module
Menu callback; Given a style and image path, generate a derivative.
image_style_flush in drupal/core/modules/image/image.module
Flush 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.
LegacyRequestSubscriber::onKernelRequestLegacy in drupal/core/lib/Drupal/Core/EventSubscriber/LegacyRequestSubscriber.php
Initializes the rest of the legacy Drupal subsystems.
menu_delete in drupal/core/modules/menu/menu.module
Delete a custom menu and all contained links.
menu_get_custom_theme in drupal/core/includes/menu.inc
Gets the custom theme for the current page, if there is one.
menu_link_save in drupal/core/includes/menu.inc
Saves a menu link.
menu_save in drupal/core/modules/menu/menu.module
Save a custom menu.
module_disable in drupal/core/includes/module.inc
Disables a given set of modules.
module_enable in drupal/core/includes/module.inc
Enables or installs a given list of modules.
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().
module_uninstall in drupal/core/includes/module.inc
Uninstalls a given list of modules.
NodeFormController::prepareEntity in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Prepares the node object.
node_access in drupal/core/modules/node/node.module
Access callback: Checks a user's permission for performing a node operation.
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_admin_nodes in drupal/core/modules/node/node.admin.inc
Returns the admin form object to node_admin_content().
node_admin_nodes_submit in drupal/core/modules/node/node.admin.inc
Form submission handler for node_admin_nodes().
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.
openid_authentication in drupal/core/modules/openid/openid.module
Authenticate a user or attempt registration.
openid_discovery in drupal/core/modules/openid/openid.module
Perform discovery on a claimed ID to determine the OpenID provider endpoint.
openid_normalize in drupal/core/modules/openid/openid.inc
Normalize the given identifier.
openid_user_identities in drupal/core/modules/openid/openid.pages.inc
Menu callback; Manage OpenID identities for the specified user.
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
Get 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.
rdf_get_namespaces in drupal/core/modules/rdf/rdf.module
Retrieves RDF namespaces.
RequestCloseSubscriber::onTerminate in drupal/core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php
Performs end of request tasks.
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 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.
Sql::execute in drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php
Executes the query and fills the associated view object with according values.
Sql::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php
Generate a query and a countquery from all of the information supplied to the object.
standard_install in drupal/core/profiles/standard/standard.install
Implements hook_install().
system_cron in drupal/core/modules/system/system.module
Implements hook_cron().
system_status in drupal/core/modules/system/system.admin.inc
Menu callback: displays the site status report. Can also be used as a pure check.
theme_disable in drupal/core/includes/theme.inc
Disable a given list of themes.
theme_enable in drupal/core/includes/theme.inc
Enable a given list of themes.
theme_views_form_views_form in drupal/core/modules/views/theme/theme.inc
Theme function for a View with form elements: replace the placeholders.
token_generate in drupal/core/includes/token.inc
Generates replacement values for a list of tokens.
token_info in drupal/core/includes/token.inc
Returns metadata describing supported tokens.
toolbar_view 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_admin_account in drupal/core/modules/user/user.admin.inc
Form builder; User administration page.
user_admin_account_submit in drupal/core/modules/user/user.admin.inc
Submit the user administration update form.
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.
user_logout in drupal/core/modules/user/user.pages.inc
Menu callback; logs the current user out, and redirects to the home page.
user_role_delete in drupal/core/modules/user/user.module
Delete a user role from database.
user_role_save in drupal/core/modules/user/user.module
Save a user role to the database.
views_invalidate_cache in drupal/core/modules/views/views.module
Invalidate the views cache, forcing a rebuild on the next grab of table data.
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.
_drupal_bootstrap_full in drupal/core/includes/common.inc
Temporary BC function for scripts not using DrupalKernel.
_menu_delete_item in drupal/core/includes/menu.inc
Deletes a single menu link.
_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 data and their engines.
_views_fetch_data_build in drupal/core/modules/views/includes/cache.inc
Build, set the views data cache if empty and return the views data.