actions_get_info in includes/actions.inc
Retrieves a single action's info by its name, or all actions
admin_bar_output in modules/admin_bar/admin_bar.inc
Build the administration bar output.
backdrop_alter in includes/module.inc
Passes alterable variables to specific hook_TYPE_alter() implementations.
backdrop_autoload in includes/bootstrap.inc
Confirms that a class is available.
backdrop_cron_run in includes/common.inc
Executes a cron run when called.
backdrop_get_complete_schema in includes/bootstrap.inc
Gets the whole database schema.
backdrop_get_filetransfer_info in includes/common.inc
Assembles the Backdrop FileTransfer registry.
backdrop_get_normal_path in includes/path.inc
Given a path alias, return the internal path it represents.
boot_test_1_boot in modules/simpletest/tests/boot_test_1.module
Implements hook_boot().
_date_views_fields in modules/date/views/date_views_fields.inc
Identify all potential date/timestamp fields.
DefaultEntityController::attachLoad in modules/entity/entity.controller.inc
Attaches data to entities upon loading.
EarlyBootstrapTestCase::testHookBoot in modules/simpletest/tests/boot.test
Test hook_boot() on both regular and "early exit" pages.
field_access in modules/field/field.module
Determine whether the user has access to a given field.
field_attach_form in modules/field/field.attach.inc
Add form elements for all fields for an entity to a form structure.
field_attach_insert in modules/field/field.attach.inc
Save field data for a new entity.
field_attach_load in modules/field/field.attach.inc
Loads fields for the current revisions of a group of entities.
field_attach_submit in modules/field/field.attach.inc
Perform necessary operations on field data submitted by a form.
field_attach_update in modules/field/field.attach.inc
Save field data for an existing entity.
field_attach_validate in modules/field/field.attach.inc
Perform field validation against the field data in an entity.
_field_info_collate_types in modules/field/field.info.inc
Collates all information on field types, widget types and related structures.
field_purge_data in modules/field/field.crud.inc
Purges the field data for a single field on a single pseudo-entity.
field_update_field in modules/field/field.crud.inc
Updates a field.
file_download_headers in includes/file.inc
Retrieves headers for a private file download.
file_file_download in modules/file/file.module
Implements hook_file_download().
_file_types_build in modules/file/file.module
Builds and returns the list of available file types.
filter_get_editors in modules/filter/filter.module
Returns a list of text editors that are used with 'text_format' elements.
filter_get_filters in modules/filter/filter.module
Returns a list of all filters provided by modules.
image_effect_definitions in modules/image/image.module
Pull in image effects exposed by modules implementing hook_image_effect_info().
_layout_get_all_info in modules/layout/layout.module
Load a layout-related information from modules.
layout_get_block_info in modules/layout/layout.module
Get information about all blocks or just a single one.
_layout_include_files in modules/layout/layout.module
Load all include files for modules that implement hook_layout_api().
Layout::save in modules/layout/includes/layout.class.inc
Save a layout to config.
menu_router_build in includes/menu.inc
Collects and alters the menu definitions.
ModuleImplementsAlterTestCase::testModuleImplementsAlter in modules/simpletest/tests/module.test
Tests hook_module_implements_alter() adding an implementation.
module_invoke_all in includes/module.inc
Invokes a hook in all enabled modules that implement it.
ModuleUnitTest::testModuleImplements in modules/simpletest/tests/module.test
Test module_implements() caching.
Node::access in modules/node/node.entity.inc
Overrides Entity::access().
node_access_rebuild in modules/node/node.module
Rebuilds the node access database.
node_access_view_all_nodes in modules/node/node.module
Determines whether the user has a global viewing grant for all nodes.
_node_access_write_grants in modules/node/node.module
Writes a list of grants to the database, deleting any previously saved ones.
node_form_submit_build_node in modules/node/node.pages.inc
Updates the form state's node entity by processing this submission's values.
node_modules_disabled in modules/node/node.module
Implements hook_modules_disabled().
node_modules_enabled in modules/node/node.module
Implements hook_modules_enabled().
_node_query_node_access_alter in modules/node/node.module
Helper for node access functions.
node_requirements in modules/node/node.module
Implements hook_requirements().
_node_types_build in modules/node/node.module
Builds and returns the list of available node types.
node_type_set_defaults in modules/node/node.module
Sets the default values for a node type.
node_validate in modules/node/node.module
Performs validation checks on the given node.
path_get_info in modules/path/path.module
Get all path information from modules implementing hook_path_info().
path_is_alias_reserved in modules/path/path.module
Determine if a possible URL alias would conflict with any existing paths.
redirect_validate in modules/redirect/redirect.module
Validate a redirect.
search_get_info in modules/search/search.module
Returns information about available search modules.
search_invoke_preprocess in modules/search/search.module
Invokes hook_search_preprocess() in modules.
system_modules in modules/system/system.admin.inc
Menu callback; provides module enable/disable interface.
_system_update_bootstrap_status in modules/system/system.module
Refresh bootstrap column in the system table.
taxonomy_vocabulary_load_multiple in modules/taxonomy/taxonomy.module
Load multiple taxonomy vocabularies based on certain conditions.
telemetry_get_info in modules/telemetry/telemetry.module
_theme_build_registry in includes/theme.inc
Builds the theme registry cache.
user_admin_permissions in modules/user/user.admin.inc
Menu callback: administer permissions.
user_filters in modules/user/user.module
List user administration filters that can be applied.
user_module_invoke in modules/user/user.module
Invokes a user hook in every module.
user_permission_get_modules in modules/user/user.module
Determine the modules that permissions belong to.
view::build in modules/views/includes/view.inc
Build the query for the view.
view::execute in modules/views/includes/view.inc
Execute the view's query.
view::pre_execute in modules/views/includes/view.inc
Run attachments and let the display do what it needs to do prior to running.
view::render in modules/views/includes/view.inc
Render this view for a certain display.
views_discover_plugins in modules/views/includes/utility.inc
Builds and return a list of all plugins available in the system.
_views_fetch_data_build in modules/views/includes/cache.inc
Build and set the views data cache if empty.
views_get_module_apis in modules/views/views.module
Get a list of modules that support the current views API.
views_handler_filter_node_access::query in modules/node/views/views_handler_filter_node_access.inc
See _node_access_where_sql() for a non-views query based implementation.
views_handler_filter_user_permissions::get_value_options in modules/user/views/views_handler_filter_user_permissions.inc
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.
views_plugin_access_perm::options_form in modules/views/plugins/views_plugin_access_perm.inc
Provide the default form for setting options.
views_plugin_localization::invoke_translation_process in modules/views/plugins/views_plugin_localization.inc
Invoke hook_translation_pre_process() or hook_translation_post_process().
views_plugin_query_default::alter in modules/views/plugins/views_plugin_query_default.inc
Let modules modify the query just prior to finalizing it.
watchdog_skip_semaphore in 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.