actions_get_info in core/includes/actions.inc
Retrieves a single action's info by its name, or all actions
backdrop_autoload in core/includes/bootstrap.inc
Confirms that a class is available.
backdrop_check_module in core/includes/install.inc
Checks a module's requirements.
backdrop_cron_run in core/includes/common.inc
Executes a cron run when called.
backdrop_get_complete_schema in core/includes/bootstrap.inc
Gets the whole database schema.
backdrop_get_library in core/includes/common.inc
Retrieves information for a JavaScript/CSS library.
backdrop_get_schema_unprocessed in core/includes/common.inc
Returns the unprocessed and unaltered version of a module's schema.
backdrop_install_system in core/includes/install.inc
Installs the system module.
backdrop_uninstall_modules in core/includes/install.inc
Uninstalls a given list of disabled modules.
BlockLegacy::buildBlock in core/modules/layout/includes/block_legacy.class.inc
Build a block using the legacy hook_block_view().
BlockLegacy::form in core/modules/layout/includes/block_legacy.class.inc
Build the settings form for editing this block.
bootstrap_invoke_all in core/includes/bootstrap.inc
Invokes a bootstrap hook in all bootstrap modules that implement it.
config_uninstall_config in core/includes/config.inc
Uninstall all the configuration provided by a project.
FieldBlock::getAdminPreview in core/modules/field/field.block.inc
Sets description text on draggable block in Layout builder.
field_associate_fields in core/modules/field/field.module
Allows a module to update the database for fields and columns it controls.
field_attach_delete in core/modules/field/field.attach.inc
Delete field data for an existing entity. This deletes all revisions of field data for the entity.
field_attach_delete_revision in core/modules/field/field.attach.inc
Delete field data for a single revision of an existing entity. The passed entity must have a revision id attribute.
field_attach_insert in core/modules/field/field.attach.inc
Save field data for a new entity.
field_attach_load in core/modules/field/field.attach.inc
Loads fields for the current revisions of a group of entities.
field_attach_update in core/modules/field/field.attach.inc
Save field data for an existing entity.
field_create_field in core/modules/field/field.crud.inc
Creates a field.
field_delete_field in core/modules/field/field.crud.inc
Marks a field and its instances and data for deletion.
field_delete_instance in core/modules/field/field.crud.inc
Marks a field instance and its data for deletion.
field_purge_data in core/modules/field/field.crud.inc
Purges the field data for a single field on a single pseudo-entity.
field_purge_field in core/modules/field/field.crud.inc
Purges a field configuration.
field_purge_instance in core/modules/field/field.crud.inc
Purges a field instance record from the database.
field_retrieve_schema in core/modules/field/field.crud.inc
Retrieves the schema for a field.
field_ui_display_form in core/modules/field_ui/field_ui.admin.inc
Form constructor for the field display settings for a given display mode.
field_ui_field_edit_form in core/modules/field_ui/field_ui.admin.inc
Form constructor for the field instance settings form.
field_ui_field_settings_form in core/modules/field_ui/field_ui.admin.inc
Form constructor for the field settings edit page.
field_update_field in core/modules/field/field.crud.inc
Updates a field.
field_views_data in core/modules/field/views/field.views.inc
Implements hook_views_data().
file_file_download in core/modules/file/file.module
Implements hook_file_download().
filter_get_editors in core/modules/filter/filter.module
Returns a list of text editors that are used with 'text_format' elements.
filter_get_filters in core/modules/filter/filter.module
Returns a list of all filters provided by modules.
GenericFieldTest::runTestGenericFieldInfo in modules/examples/field_permission_example/tests/field_permission_example.test
Verify that all required fields are specified in hook_field_info().
hook_search_execute in core/modules/search/search.api.php
Execute a search for a set of key words.
image_effect_definitions in core/modules/image/image.module
Pull in image effects exposed by modules implementing hook_image_effect_info().
layout_block_has_required_contexts in core/modules/layout/layout.module
Determine if a block has the necessary contexts.
layout_get_block_info in core/modules/layout/layout.module
Get information about all blocks or just a single one.
module_disable in core/includes/module.inc
Disables a given set of modules.
module_enable in core/includes/module.inc
Enables or installs a given list of modules.
module_test_hook_dynamic_loading_invoke in core/modules/simpletest/tests/module_test.module
Page callback for 'hook dynamic loading' test.
node_search_execute in core/modules/node/node.module
Implements hook_search_execute().
node_type_form in core/modules/node/node.types.inc
Form constructor for the node type editing form.
path_is_alias_reserved in core/modules/path/path.module
Determine if a possible URL alias would conflict with any existing paths.
search_admin_settings in core/modules/search/search.admin.inc
Menu callback: displays the search module settings page.
search_cron in core/modules/search/search.module
Implements hook_cron().
search_data in core/modules/search/search.module
Performs a search by calling hook_search_execute().
search_get_stats in core/modules/search/search.module
Gets stats for total and remaining items to be indexed.
search_invoke_preprocess in core/modules/search/search.module
Invokes hook_search_preprocess() in modules.
search_reindex_batch in core/modules/search/search.module
Batch operation to rebuild the search index.
search_reindex_batch_finished in core/modules/search/search.module
Batch 'finished' callback for rebuilding the search index.
system_get_module_admin_tasks in core/modules/system/system.module
Generate a list of tasks offered by a specified module.
telemetry_get_data in core/modules/telemetry/telemetry.module
Retrieve the Telemetry data values from modules.
telemetry_get_info in core/modules/telemetry/telemetry.module
template_preprocess_views_view_row_search in core/modules/search/views/search.views.inc
Template helper for theme_views_view_row_search
update_get_update_list in core/includes/update.inc
Returns a list of all the pending database updates.
UserPermissionLayoutAccess::form in core/modules/layout/plugins/access/user_permission_layout_access.inc
Settings form for configuring this access item.
user_admin_permissions in core/modules/user/user.admin.inc
Menu callback: administer permissions.
user_modules_installed in core/modules/user/user.module
Implements hook_modules_installed().
user_modules_uninstalled in core/modules/user/user.module
Implements hook_modules_uninstalled().
user_permission_get_modules in core/modules/user/user.module
Determine the modules that permissions belong to.
views_get_module_apis in core/modules/views/views.module
Get a list of modules that support the current views API.
views_handler_filter_user_permissions::get_value_options in core/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 core/modules/views/plugins/views_plugin_access_perm.inc
Provide the default form for setting options.
watchdog_skip_semaphore in core/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.
_entityreference_behavior_plugins in core/modules/entityreference/entityreference.module
Get all behavior plugins implemented by any module.
_entityreference_selection_plugins in core/modules/entityreference/entityreference.module
Get all selection plugins implemented by any module.
_field_info_collate_types in core/modules/field/field.info.inc
Collates all information on field types, widget types and related structures.
_field_info_prepare_field in core/modules/field/field.info.inc
Prepares a field definition for the current run-time context.
_options_get_options in core/modules/field/modules/options/options.module
Collects the options for a field.
_search_menu_access in core/modules/search/search.module
Access callback for search tabs.