70 calls to module_implements()

aggregator_admin_form in drupal/core/modules/aggregator/aggregator.admin.inc
Form constructor for the aggregator system settings.
ConfigStorageController::attachLoad in drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php
Attaches data to entities upon loading.
DatabaseStorageController::attachLoad in drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php
Attaches data to entities upon loading.
DatabaseStorageControllerNG::attachLoad in drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php
Overrides DatabaseStorageController::attachLoad().
DrupalUnitTestBaseTest::testSetUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests expected behavior of setUp().
drupal_alter in drupal/core/includes/module.inc
Passes alterable variables to specific hook_TYPE_alter() implementations.
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_render_page in drupal/core/includes/common.inc
Renders the page, including all theming.
field_access in drupal/core/modules/field/field.module
Determines whether the user has access to a given field.
field_attach_form in drupal/core/modules/field/field.attach.inc
Adds form elements for all fields for an entity to a form structure.
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_submit in drupal/core/modules/field/field.attach.inc
Performs necessary operations on field data submitted by a form.
field_attach_update in drupal/core/modules/field/field.attach.inc
Saves field data for an existing entity.
field_attach_validate in drupal/core/modules/field/field.attach.inc
Performs field validation against the field data in an entity.
field_help in drupal/core/modules/field/field.module
Implements hook_help().
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_update_field in drupal/core/modules/field/field.crud.inc
Updates a field.
file_download in drupal/core/includes/file.inc
Page callback: Handles private file transfers.
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.
HelpTest::getModuleList in drupal/core/modules/help/lib/Drupal/help/Tests/HelpTest.php
Gets the list of enabled modules that implement hook_help().
help_links_as_list in drupal/core/modules/help/help.admin.inc
Provides a formatted list of available help topics.
help_menu in drupal/core/modules/help/help.module
Implements hook_menu().
HookDiscovery::getDefinitions in drupal/core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php
Implements Drupal\Component\Plugin\Discovery\DicoveryInterface::getDefinitions().
image_effect_definitions in drupal/core/modules/image/image.module
Pull in image effects exposed by modules implementing hook_image_effect_info().
InfoHookDecorator::getDefinitions in drupal/core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php
Implements Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions().
menu_get_active_help in drupal/core/includes/menu.inc
Returns the help associated with the active menu item.
menu_router_build in drupal/core/includes/menu.inc
Collects and alters the menu definitions.
ModuleApiTest::testModuleImplements in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test module_implements() caching.
module_invoke_all in drupal/core/includes/module.inc
Invokes a hook in all enabled modules that implement it.
NodeFormController::submit in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Updates the node object by processing the submitted values.
NodeFormController::validate in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Overrides Drupal\Core\Entity\EntityFormController::validate().
node_access in drupal/core/modules/node/node.module
Access callback: Checks a user's permission for performing a node operation.
node_access_rebuild in drupal/core/modules/node/node.module
Rebuilds the node access database.
node_access_view_all_nodes in drupal/core/modules/node/node.module
Determines whether the user has a global viewing grant for all nodes.
node_modules_disabled in drupal/core/modules/node/node.module
Implements hook_modules_disabled().
node_modules_enabled in drupal/core/modules/node/node.module
Implements hook_modules_enabled().
node_query_node_access_alter in drupal/core/modules/node/node.module
Implements hook_query_TAG_alter().
node_requirements in drupal/core/modules/node/node.module
Implements hook_requirements().
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.
Permissions::pre_render in drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Permissions.php
Run before any fields are rendered.
rdf_install in drupal/core/modules/rdf/rdf.install
Implements hook_install().
search_get_info in drupal/core/modules/search/search.module
Returns information about available search modules.
search_invoke_preprocess in drupal/core/modules/search/search.module
Invokes hook_search_preprocess() in modules.
shortcut_set_delete_form in drupal/core/modules/shortcut/shortcut.admin.inc
Form callback: builds the confirmation form for deleting a shortcut set.
Sql::alter in drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php
Let modules modify the query just prior to finalizing it.
system_modules in drupal/core/modules/system/system.admin.inc
Menu callback; provides module enable/disable interface.
ThemeTest::testFindThemeTemplates in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Tests drupal_find_theme_templates().
ThemeTestTwig::testFindThemeTemplates in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTestTwig.php
Tests drupal_find_theme_templates
user_admin_permissions in drupal/core/modules/user/user.admin.inc
Menu callback: administer permissions.
user_filters in drupal/core/modules/user/user.module
List user administration filters that can be applied.
user_permission_get_modules in drupal/core/modules/user/user.module
Determine the modules that permissions belong to.
ViewExecutable::build in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Build the query for the view.
ViewExecutable::execute in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Execute the view's query.
ViewExecutable::preExecute in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Run attachments and let the display do what it needs to do prior to running.
ViewExecutable::render in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Render this view for a certain display.
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_region in drupal/core/modules/block/block.module
Gets an array of blocks suitable for drupal_render().
_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_access_write_grants in drupal/core/modules/node/node.module
Writes a list of grants to the database, deleting any previously saved ones.
_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.
_system_update_bootstrap_status in drupal/core/modules/system/system.module
Refreshes the list of bootstrap modules.
_theme_build_registry in drupal/core/includes/theme.inc
Build the theme registry cache.
_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.