69 calls to module_implements()

aggregator_admin_form in drupal/modules/aggregator/aggregator.admin.inc
Form constructor for the aggregator system settings.
block_form_system_performance_settings_alter in drupal/modules/block/block.module
Implements hook_form_FORM_ID_alter().
boot_test_1_boot in drupal/modules/simpletest/tests/boot_test_1.module
Implements hook_boot().
DrupalDefaultEntityController::attachLoad in drupal/includes/entity.inc
Attaches data to entities upon loading.
DrupalWebTestCase::tearDown in drupal/modules/simpletest/drupal_web_test_case.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
drupal_alter in drupal/includes/module.inc
Passes alterable variables to specific hook_TYPE_alter() implementations.
drupal_cron_run in drupal/includes/common.inc
Executes a cron run when called.
drupal_get_complete_schema in drupal/includes/bootstrap.inc
Gets the whole database schema.
drupal_get_filetransfer_info in drupal/includes/common.inc
Assembles the Drupal FileTransfer registry.
drupal_get_normal_path in drupal/includes/path.inc
Given a path alias, return the internal path it represents.
drupal_render_page in drupal/includes/common.inc
Renders the page, including all theming.
EarlyBootstrapTestCase::testHookBoot in drupal/modules/simpletest/tests/boot.test
Test hook_boot() on both regular and "early exit" pages.
field_access in drupal/modules/field/field.module
Determine whether the user has access to a given field.
field_attach_form in drupal/modules/field/field.attach.inc
Add form elements for all fields for an entity to a form structure.
field_attach_insert in drupal/modules/field/field.attach.inc
Save field data for a new entity.
field_attach_load in drupal/modules/field/field.attach.inc
Loads fields for the current revisions of a group of entities.
field_attach_submit in drupal/modules/field/field.attach.inc
Perform necessary operations on field data submitted by a form.
field_attach_update in drupal/modules/field/field.attach.inc
Save field data for an existing entity.
field_attach_validate in drupal/modules/field/field.attach.inc
Perform field validation against the field data in an entity.
field_help in drupal/modules/field/field.module
Implements hook_help().
field_purge_data in drupal/modules/field/field.crud.inc
Purges the field data for a single field on a single pseudo-entity.
field_update_field in drupal/modules/field/field.crud.inc
Updates a field.
file_download_headers in drupal/includes/file.inc
Retrieves headers for a private file download.
file_file_download in drupal/modules/file/file.module
Implements hook_file_download().
filter_get_filters in drupal/modules/filter/filter.module
Returns a list of all filters provided by modules.
help_links_as_list in drupal/modules/help/help.admin.inc
Provides a formatted list of available help topics.
help_menu in drupal/modules/help/help.module
Implements hook_menu().
image_effect_definitions in drupal/modules/image/image.module
Returns a set of image effects.
image_styles in drupal/modules/image/image.module
Gets an array of all styles and their settings.
LocaleLanguageNegotiationInfoFunctionalTest::languageNegotiationUpdate in drupal/modules/locale/locale.test
Update language types/negotiation information.
menu_get_active_help in drupal/includes/menu.inc
Returns the help associated with the active menu item.
menu_router_build in drupal/includes/menu.inc
Collects and alters the menu definitions.
ModuleImplementsAlterTestCase::testModuleImplementsAlter in drupal/modules/simpletest/tests/module.test
Tests hook_module_implements_alter() adding an implementation.
ModuleUnitTest::testModuleImplements in drupal/modules/simpletest/tests/module.test
Test module_implements() caching.
module_disable in drupal/includes/module.inc
Disables a given set of modules.
module_enable in drupal/includes/module.inc
Enables or installs a given list of modules.
module_invoke_all in drupal/includes/module.inc
Invokes a hook in all enabled modules that implement it.
node_access in drupal/modules/node/node.module
Determines whether the current user may perform the operation on the node.
node_access_rebuild in drupal/modules/node/node.module
Rebuilds the node access database.
node_access_view_all_nodes in drupal/modules/node/node.module
Determines whether the user has a global viewing grant for all nodes.
node_access_write_grants in drupal/modules/node/node.module
Writes a list of grants to the database, deleting any previously saved ones.
node_form_submit_build_node in drupal/modules/node/node.pages.inc
Updates the form state's node entity by processing this submission's values.
node_modules_enabled in drupal/modules/node/node.module
Implements hook_modules_enabled().
node_requirements in drupal/modules/node/node.module
Implements hook_requirements().
node_validate in drupal/modules/node/node.module
Implements hook_validate().
rdf_install in drupal/modules/rdf/rdf.install
Implements hook_install().
search_get_info in drupal/modules/search/search.module
Returns information about available search modules.
search_invoke_preprocess in drupal/modules/search/search.module
Invokes hook_search_preprocess() in modules.
shortcut_set_delete_form in drupal/modules/shortcut/shortcut.admin.inc
Form callback: builds the confirmation form for deleting a shortcut set.
system_install in drupal/modules/system/system.install
Implements hook_install().
system_modules in drupal/modules/system/system.admin.inc
Menu callback; provides module enable/disable interface.
update.php in drupal/update.php
Administrative page for handling updates from one Drupal version to another.
UpgradePathTestCase::performUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
user_admin_permissions in drupal/modules/user/user.admin.inc
Menu callback: administer permissions.
user_filters in drupal/modules/user/user.module
List user administration filters that can be applied.
user_module_invoke in drupal/modules/user/user.module
Invokes a user hook in every module.
user_permission_get_modules in drupal/modules/user/user.module
Determine the modules that permissions belong to.
watchdog in drupal/includes/bootstrap.inc
Logs a system message.
watchdog_skip_semaphore in drupal/modules/simpletest/tests/actions_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_rehash in drupal/modules/block/block.module
Updates the 'block' DB table with the blocks currently exported by modules.
_block_render_blocks in drupal/modules/block/block.module
Render the content and subject for a set of blocks.
_field_info_collate_types in drupal/modules/field/field.info.inc
Collates all information on field types, widget types and related structures.
_node_query_node_access_alter in drupal/modules/node/node.module
Helper for node access functions.
_node_types_build in drupal/modules/node/node.module
Builds and returns the list of available node types.
_rdf_get_default_mapping in drupal/modules/rdf/rdf.module
Helper function to get the default RDF mapping for a given entity type.
_registry_update in drupal/includes/registry.inc
Does the work for registry_update().
_system_date_format_types_build in drupal/modules/system/system.module
Builds and returns information about available date types.
_system_update_bootstrap_status in drupal/modules/system/system.module
Refresh bootstrap column in the system table.
_theme_build_registry in drupal/includes/theme.inc
Builds the theme registry cache.