65 calls to module_implements()

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