46 calls to module_invoke()

bootstrap_invoke_all in drupal/core/includes/bootstrap.inc
Invokes a bootstrap hook in all bootstrap modules that implement it.
comment_admin_overview in drupal/core/modules/comment/comment.admin.inc
Form constructor for the comment overview administration form.
CustomBlockFormController::form in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockFormController.php
Overrides \Drupal\Core\Entity\EntityFormController::form().
drupal_check_module in drupal/core/includes/install.inc
Checks a module's requirements.
drupal_cron_run in drupal/core/includes/common.inc
Executes a cron run when called.
drupal_get_complete_schema in drupal/core/includes/schema.inc
Gets the whole database schema.
drupal_get_library in drupal/core/includes/common.inc
Retrieves information for a JavaScript/CSS library.
drupal_get_schema_unprocessed in drupal/core/includes/schema.inc
Returns the unprocessed and unaltered version of a module's schema.
drupal_install_system in drupal/core/includes/install.inc
Installs the system module.
Field::access in drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php
Implements \Drupal\Core\TypedData\AccessibleInterface::access().
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_update in drupal/core/modules/field/field.attach.inc
Saves field data for an existing entity.
field_purge_data in drupal/core/modules/field/field.crud.inc
Purges the field data for a single field on a single pseudo-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_views_data in drupal/core/modules/field/field.views.inc
Implements hook_views_data().
file_file_download in drupal/core/modules/file/file.module
Implements hook_file_download().
hook_search_execute in drupal/core/modules/search/search.api.php
Execute a search for a set of key words.
image_effect_definitions in drupal/core/modules/image/image.module
Returns a set of image effects.
ModuleHandler::disable in drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php
Disables a given set of modules.
module_test_hook_dynamic_loading_invoke in drupal/core/modules/system/tests/modules/module_test/module_test.module
Page callback for 'hook dynamic loading' test.
NodeFormController::form in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
node_add in drupal/core/modules/node/node.pages.inc
Page callback: Provides the node submission form.
node_search_execute in drupal/core/modules/node/node.module
Implements hook_search_execute().
Permission::buildOptionsForm in drupal/core/modules/user/lib/Drupal/user/Plugin/views/access/Permission.php
Provide the default form for setting options.
Permissions::getValueOptions in drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Permissions.php
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
SearchMultilingualEntityTest::testIndexingThrottle in drupal/core/modules/search/lib/Drupal/search/Tests/SearchMultilingualEntityTest.php
Tests for indexing throttle with nodes in multiple languages.
search_cron in drupal/core/modules/search/search.module
Implements hook_cron().
search_data in drupal/core/modules/search/search.module
Performs a search by calling hook_search_execute().
search_invoke_preprocess in drupal/core/modules/search/search.module
Invokes hook_search_preprocess() in modules.
system_get_module_admin_tasks in drupal/core/modules/system/system.module
Generate a list of tasks offered by a specified module.
system_modules in drupal/core/modules/system/system.admin.inc
Form constructor for the module enable/disable interface.
taxonomy_overview_terms in drupal/core/modules/taxonomy/taxonomy.admin.inc
Form builder for the taxonomy terms overview.
TermFormController::form in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
update_get_update_list in drupal/core/includes/update.inc
Returns a list of all the pending database updates.
user_admin_account in drupal/core/modules/user/user.admin.inc
Page callback: User administration page.
user_admin_permissions in drupal/core/modules/user/user.admin.inc
Menu callback: administer permissions.
user_modules_installed in drupal/core/modules/user/user.module
Implements hook_modules_installed().
user_permission_get_modules in drupal/core/modules/user/user.module
Determine the modules that permissions belong to.
_field_info_collate_types in drupal/core/modules/field/field.info.inc
Collates all information on field types, widget types and related structures.
_node_types_build in drupal/core/modules/node/node.module
Builds and returns the list of available node types.
_rdf_get_default_mapping in drupal/core/modules/rdf/rdf.module
Gets the default RDF mapping for a given entity type.
_search_menu_access in drupal/core/modules/search/search.module
Access callback: Determines access for a search page.