75 calls to module_invoke()

aggregator_admin_form in drupal/core/modules/aggregator/aggregator.admin.inc
Form constructor for the aggregator system settings.
aggregator_form_aggregator_admin_form_alter in drupal/core/modules/aggregator/aggregator.processor.inc
Implements hook_form_aggregator_admin_form_alter().
aggregator_refresh in drupal/core/modules/aggregator/aggregator.module
Checks a news feed for new items.
block_admin_configure in drupal/core/modules/block/block.admin.inc
Form constructor for the block configuration form.
block_admin_configure_submit in drupal/core/modules/block/block.admin.inc
Form submission handler for block_admin_configure().
block_form_user_profile_form_alter in drupal/core/modules/block/block.module
Implements hook_form_FORM_ID_alter() for user_profile_form().
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.
config_import_invoke_owner in drupal/core/includes/config.inc
Invokes MODULE_config_import() callbacks for configuration changes.
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.
FieldInfo::prepareField in drupal/core/modules/field/lib/Drupal/field/FieldInfo.php
Prepares a field definition for the current run-time context.
field_associate_fields in drupal/core/modules/field/field.module
Allows a module to update the database for fields and columns it controls.
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_create_field in drupal/core/modules/field/field.crud.inc
Creates a field.
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_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_read_fields in drupal/core/modules/field/field.crud.inc
Reads in fields that match an array of conditions.
field_ui_field_edit_form in drupal/core/modules/field_ui/field_ui.admin.inc
Form constructor for the field instance settings form.
field_ui_field_settings_form in drupal/core/modules/field_ui/field_ui.admin.inc
Form constructor for the field settings edit page.
field_update_field in drupal/core/modules/field/field.crud.inc
Updates a field.
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().
filter_get_filters in drupal/core/modules/filter/filter.module
Returns a list of all filters provided by modules.
help_links_as_list in drupal/core/modules/help/help.admin.inc
Provides a formatted list of available help topics.
help_page in drupal/core/modules/help/help.admin.inc
Page callback: Prints a page listing general help for a module.
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
Pull in image effects exposed by modules implementing hook_image_effect_info().
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 in drupal/core/modules/system/tests/modules/module_test/module_test.module
Page callback for 'hook dynamic loading' test.
module_uninstall in drupal/core/includes/module.inc
Uninstalls a given list of modules.
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_admin_nodes in drupal/core/modules/node/node.admin.inc
Returns the admin form object to node_admin_content().
node_filter_form in drupal/core/modules/node/node.admin.inc
Returns the node administration filters form array to node_admin_content().
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::get_value_options 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_admin_settings in drupal/core/modules/search/search.admin.inc
Menu callback: displays the search module settings page.
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.
StatisticsReportsTest::testPopularContentBlock in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php
Tests the "popular content" block.
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
Menu callback; provides 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
Return a list of all the pending database updates.
user_admin_account in drupal/core/modules/user/user.admin.inc
Form builder; 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.
watchdog in drupal/core/includes/bootstrap.inc
Logs a system message.
watchdog_skip_semaphore in drupal/core/modules/action/tests/action_loop_test/action_loop_test.module
Replacement of the watchdog() function that eliminates the use of semaphores so that we can test the abortion of an action loop.
_block_get_renderable_block in drupal/core/modules/block/block.module
Builds the content and subject for a block.
_block_rehash in drupal/core/modules/block/block.module
Updates the 'block' DB table with the blocks currently exported by modules.
_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.
_options_get_options in drupal/core/modules/field/modules/options/options.module
Collects the options for a field.
_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 for search tabs.
_update_7000_field_create_field in drupal/core/modules/field/field.install
Creates a field by writing directly to the database.