92 calls to drupal_alter() in Drupal 7
- actions_list in includes/
actions.inc - Discovers all available actions by invoking hook_action_info().
- ajax_render in includes/
ajax.inc - Renders a commands array into JSON.
- archiver_get_info in includes/
common.inc - Retrieves a list of all available archivers.
- batch_process in includes/
form.inc - Processes the batch.
- comment_view in modules/
comment/ comment.module - Generate an array for rendering the given comment.
- contextual_pre_render_links in modules/
contextual/ contextual.module - Build a renderable array for contextual links.
- country_get_list in includes/
locale.inc - Get list of all predefined and custom countries.
- dashboard_region_descriptions in modules/
dashboard/ dashboard.module - Returns an array of dashboard region descriptions, keyed by region name.
- DrupalAlterTestCase::testDrupalAlter in modules/
simpletest/ tests/ common.test - drupal_cron_run in includes/
common.inc - Executes a cron run when called.
- drupal_deliver_page in includes/
common.inc - Delivers a page callback result to the browser in the appropriate format.
- drupal_get_complete_schema in includes/
bootstrap.inc - Gets the whole database schema.
- drupal_get_css in includes/
common.inc - Returns a themed representation of all stylesheets to attach to the page.
- drupal_get_filetransfer_info in includes/
common.inc - Assembles the Drupal FileTransfer registry.
- drupal_get_html_head in includes/
common.inc - Retrieves output to be displayed in the HEAD tag of the HTML page.
- drupal_get_js in includes/
common.inc - Returns a themed presentation of all JavaScript code for the current page.
- drupal_get_library in includes/
common.inc - Retrieves information for a JavaScript/CSS library.
- drupal_get_updaters in includes/
common.inc - Assembles the Drupal Updater registry.
- drupal_goto in includes/
common.inc - Sends the user to a different page.
- drupal_mail in includes/
mail.inc - Composes and optionally sends an e-mail message.
- drupal_prepare_form in includes/
form.inc - Prepares a structured form array.
- drupal_render_page in includes/
common.inc - Renders the page, including all theming.
- element_info in includes/
common.inc - Retrieves the default properties for the defined element type.
- EntityFieldQuery::execute in includes/
entity.inc - Executes the query.
- entity_get_info in includes/
common.inc - Get the entity info array of an entity type.
- entity_view_mode_prepare in includes/
common.inc - Invoke hook_entity_view_mode_alter().
- FieldInfo::getBundleExtraFields in modules/
field/ field.info.class.inc - Retrieves the "extra fields" for a bundle.
- FieldInfo::prepareField in modules/
field/ field.info.class.inc - Prepares a field definition for the current run-time context.
- field_attach_prepare_translation in modules/
field/ field.attach.inc - Prepares an entity for translation.
- field_attach_preprocess in modules/
field/ field.attach.inc - Populate the template variables with the field values available for rendering.
- field_attach_view in modules/
field/ field.attach.inc - Returns a renderable array for the fields on an entity.
- field_available_languages in modules/
field/ field.multilingual.inc - Collects the available languages for the given entity type and field.
- field_default_form in modules/
field/ field.form.inc - Creates a form element for a field and can populate it with a default value.
- field_extra_fields_get_display in modules/
field/ field.module - Returns the display settings to use for pseudo-fields in a given view mode.
- field_get_display in modules/
field/ field.module - Returns the display settings to use for an instance in a given view mode.
- field_language in modules/
field/ field.multilingual.inc - Returns the display language for the fields attached to the given entity.
- field_multiple_value_form in modules/
field/ field.form.inc - Special handling to create form elements for multiple values.
- field_view_field in modules/
field/ field.module - Returns a renderable array for the value of a single field in an entity.
- file_create_url in includes/
file.inc - Creates a web-accessible URL for a stream to an external or local file.
- file_file_download in modules/
file/ file.module - Implements hook_file_download().
- file_get_stream_wrappers in includes/
file.inc - Provides Drupal stream wrapper registry.
- file_mimetype_mapping in includes/
file.mimetypes.inc - Return an array of MIME extension mappings.
- filter_get_filters in modules/
filter/ filter.module - Returns a list of all filters provided by modules.
- format_username in includes/
common.inc - Format a username.
- image_effect_definitions in modules/
image/ image.module - Returns a set of image effects.
- image_styles in modules/
image/ image.module - Gets an array of all styles and their settings.
- language_fallback_get_candidates in includes/
language.inc - Returns the possible fallback languages ordered by language weight.
- language_negotiation_get_switch_links in includes/
language.inc - Returns the language switch links for the given language.
- language_negotiation_info in includes/
language.inc - Returns all the defined language negotiation providers.
- language_types_info in includes/
language.inc - Returns all the defined language types.
- menu_contextual_links in includes/
menu.inc - Retrieves contextual links for a path based on registered local tasks.
- menu_execute_active_handler in includes/
menu.inc - Execute the page callback associated with the current path.
- menu_get_active_breadcrumb in includes/
menu.inc - Gets the breadcrumb for the current page, as determined by the active trail.
- menu_get_item in includes/
menu.inc - Gets a router item.
- menu_link_save in includes/
menu.inc - Saves a menu link.
- menu_local_tasks in includes/
menu.inc - Collects the local tasks (tabs), action links, and the root path.
- menu_router_build in includes/
menu.inc - Collects and alters the menu definitions.
- module_implements in includes/
module.inc - Determines which modules are implementing a hook.
- NodeAccessRecordsTestCase::testNodeAccessRecords in modules/
node/ node.test - Creates a node and tests the creation of node access rules.
- node_access_acquire_grants in modules/
node/ node.module - Gets the list of node access grants and writes them to the database.
- node_access_grants in modules/
node/ node.module - Fetches an array of permission IDs granted to the given user ID.
- node_view in modules/
node/ node.module - Generates an array for rendering the given node.
- openid_discovery in modules/
openid/ openid.module - Perform discovery on a claimed ID to determine the OpenID provider endpoint.
- openid_normalize in modules/
openid/ openid.inc - Normalize the given identifier.
- path_get_admin_paths in includes/
path.inc - Gets a list of administrative and non-administrative paths.
- SelectQuery::preExecute in includes/
database/ select.inc - Generic preparation and validation for a SELECT query.
- simpletest_test_get_all in modules/
simpletest/ simpletest.module - Get a list of all of the tests provided by the system.
- system_themes_page in modules/
system/ system.admin.inc - Menu callback; displays a listing of all themes.
- taxonomy_term_view in modules/
taxonomy/ taxonomy.module - Generate an array for rendering the given term.
- token_generate in includes/
token.inc - Generates replacement values for a list of tokens.
- token_info in includes/
token.inc - Returns metadata describing supported tokens.
- trigger_assign in modules/
trigger/ trigger.admin.inc - Builds a form that allows users to assign actions to triggers.
- update_calculate_project_data in modules/
update/ update.compare.inc - Calculates the current update status of all projects on the site.
- update_get_projects in modules/
update/ update.compare.inc - Fetches an array of installed and enabled projects.
- url in includes/
common.inc - Generates an internal or external URL.
- user_cancel_methods in modules/
user/ user.pages.inc - Helper function to return available account cancellation methods.
- user_view in modules/
user/ user.module - Generate an array for rendering the given user.
- xmlrpc_server in includes/
xmlrpcs.inc - Invokes XML-RPC methods on this server.
- _block_get_cache_id in modules/
block/ block.module - Assemble the cache_id to use for a given block.
- _block_load_blocks in modules/
block/ block.module - Loads blocks' information from the database.
- _block_rehash in modules/
block/ block.module - Updates the 'block' DB table with the blocks currently exported by modules.
- _block_render_blocks in modules/
block/ block.module - Render the content and subject for a set of blocks.
- _field_info_collate_types in modules/
field/ field.info.inc - Collates all information on field types, widget types and related structures.
- _menu_link_translate in includes/
menu.inc - Provides menu link access control, translation, and argument handling.
- _registry_update in includes/
registry.inc - Does the work for registry_update().
- _system_date_formats_build in modules/
system/ system.module - Builds and returns information about available date formats.
- _system_date_format_types_build in modules/
system/ system.module - Builds and returns information about available date types.
- _system_rebuild_module_data in modules/
system/ system.module - Helper function to scan and collect module .info data.
- _system_rebuild_theme_data in modules/
system/ system.module - Helper function to scan and collect theme .info data and their engines.
- _theme_build_registry in includes/
theme.inc - Builds the theme registry cache.
- _theme_test_alter in modules/
simpletest/ tests/ theme_test.module - Page callback, calls drupal_alter().
- _trigger_get_all_info in modules/
trigger/ trigger.module - Retrieves and caches information from hook_trigger_info() implementations.