_admin_bar_flush_cache in modules/admin_bar/admin_bar.inc
Flush all caches or a specific one.
admin_bar_flush_cache in modules/admin_bar/admin_bar.inc
Flush all caches or a specific one.
admin_bar_links_icon in modules/admin_bar/admin_bar.inc
Build icon menu links; mostly containing maintenance helpers.
AdminBarLinkTypesTestCase::setUp in modules/admin_bar/tests/admin_bar.test
Sets up a Backdrop site for running functional and integration tests.
admin_bar_preprocess_page in modules/admin_bar/admin_bar.module
Implements hook_preprocess_page().
admin_bar_tree in modules/admin_bar/admin_bar.inc
Build the full administration bar tree from static and expanded dynamic items.
ajax_footer in includes/ajax.inc
Performs end-of-Ajax-request tasks.
archiver_get_info in includes/common.inc
Retrieves a list of all available archivers.
_backdrop_bootstrap_full in includes/common.inc
backdrop_cron_run in includes/common.inc
Executes a cron run when called.
backdrop_exit in includes/common.inc
Performs end-of-request tasks.
backdrop_flush_all_caches in includes/common.inc
Flushes all cached data on the site.
backdrop_get_updaters in includes/common.inc
Assembles the Backdrop Updater registry.
backdrop_page_footer in includes/common.inc
Performs end-of-request tasks.
backdrop_retrieve_form in includes/form.inc
Retrieves the structured array that defines a given form.
backdrop_uninstall_modules in includes/install.inc
Uninstalls a given list of disabled modules.
BackdropWebTestCase::checkPermissions in modules/simpletest/backdrop_web_test_case.php
Check to make sure that the array of permissions are valid.
CacheClearCase::testFlushAllCaches in modules/simpletest/tests/cache.test
Test backdrop_flush_all_caches().
ckeditor_plugins in modules/ckeditor/ckeditor.module
Retrieves the full list of installed CKEditor plugins.
comment_build_content in modules/comment/comment.module
Builds a structured array representing the comment's content.
CommentStorageController::postSave in modules/comment/comment.entity.inc
Overrides EntityDatabaseStorageController::postSave().
config_get_info in modules/config/config.module
Retrieves configuration information provided by modules.
config_install_default_config in includes/config.inc
Moves the default config supplied by a module to the live config directory.
config_sync_file in modules/config/config.sync.inc
Save an individual configuration.
config_sync_validate_file in modules/config/config.sync.inc
Validate an individual configuration to ensure it's safe to import.
Config::validateData in includes/config.inc
Validate the full contents of the configuration data.
date_views_base_tables in modules/date/views/date.views.inc
Helper function to map entity types to the Views base table they use, to make it easier to infer the entity type from a base table.
element_info in includes/common.inc
Retrieves the default properties for the defined element type.
EntityDatabaseStorageController::invokeHook in modules/entity/entity.controller.inc
Invokes a hook on behalf of the entity.
entity_get_info in modules/entity/entity.module
Gets the entity info array of an entity type.
entity_prepare_view in modules/entity/entity.module
Invokes hook_entity_prepare_view().
entity_view_mode_delete in modules/entity/entity.module
Delete a custom display mode.
entity_view_mode_save in modules/entity/entity.module
Save a custom display mode.
field_attach_create_bundle in modules/field/field.attach.inc
Notify field.module that a new bundle was created.
field_attach_delete in 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_bundle in modules/field/field.attach.inc
Notify field.module that a bundle was deleted.
field_attach_delete_revision in 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 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_presave in modules/field/field.attach.inc
Perform necessary operations just before fields data get saved.
field_attach_rename_bundle in modules/field/field.attach.inc
Notify field.module that a bundle was renamed.
field_attach_update in modules/field/field.attach.inc
Save field data for an existing entity.
field_create_field in modules/field/field.crud.inc
Creates a field.
field_create_instance in modules/field/field.crud.inc
Creates an instance of a field, binding it to a bundle.
field_delete_field in modules/field/field.crud.inc
Marks a field and its instances and data for deletion.
field_delete_instance in modules/field/field.crud.inc
Marks a field instance and its data for deletion.
_field_info_collate_fields in modules/field/field.info.inc
Collates all information on existing fields and instances.
field_info_max_weight in modules/field/field.info.inc
Returns the maximum weight of all the components in an entity.
field_purge_field in modules/field/field.crud.inc
Purges a field configuration.
field_purge_instance in modules/field/field.crud.inc
Purges a field instance record from the database.
field_read_fields in modules/field/field.crud.inc
Reads in fields that match an array of conditions.
field_read_instances in modules/field/field.crud.inc
Reads in field instances that match an array of conditions.
field_update_field in modules/field/field.crud.inc
Updates a field.
field_update_instance in modules/field/field.crud.inc
Updates an instance of a field.
file_access in modules/file/file.module
Determines if a user may perform the given operation on the specified file.
file_build_content in modules/file/file.module
Builds a structured array representing the file's content.
file_copy in includes/file.inc
Copies a file to a new location and adds a file record to the database.
file_download_page in modules/file/file.pages.inc
Menu callback; download a single file entity.
file_get_filetype_candidates in modules/file/file.pages.inc
Get the candidate filetypes for a given file.
file_get_stream_wrappers in includes/file.inc
Provides Backdrop stream wrapper registry.
file_get_type in modules/file/file.module
Determines file type for a given file.
file_info_formatter_types in modules/file/file.admin.inc
Returns information about file formatters from hook_file_formatter_info().
file_move in includes/file.inc
Moves a file to a new location and update the file's database entry.
file_type_delete in modules/file/file.admin.inc
Deletes a file type from the configuration.
file_type_save in modules/file/file.admin.inc
Updates an existing file type or creates a new one.
file_validate in includes/file.inc
Checks that a file meets the criteria specified by the validators.
filter_format_disable in modules/filter/filter.module
Disables a text format.
filter_format_enable in modules/filter/filter.module
Enables a text format.
filter_format_save in modules/filter/filter.module
Saves a text format object to configuration.
hook_search_admin in modules/search/search.api.php
Add elements to the search settings form.
hook_search_execute in modules/search/search.api.php
Execute a search for a set of key words.
hook_update_index in modules/search/search.api.php
Update the search index for this module.
image_file_download in modules/image/image.module
Implements hook_file_download().
image_get_available_toolkits in includes/image.inc
Gets a list of available toolkits.
image_style_delete in modules/image/image.module
Delete an image style.
image_style_flush in modules/image/image.module
Flush cached media for a style.
image_style_save in modules/image/image.module
Save an image style.
installer_manager_archive_verify in modules/installer/installer.manager.inc
Verifies an archive after it has been downloaded and extracted.
language_delete in modules/language/language.module
Delete a language.
language_negotiation_info in includes/language.inc
Returns all the defined language negotiation providers.
language_save in modules/language/language.module
API function to add or update a language.
language_types_info in includes/language.inc
Returns all the defined language types.
Layout::invokeHook in modules/layout/includes/layout.class.inc
Invokes a hook on behalf of the layout.
Layout::setLayoutTemplate in modules/layout/includes/layout.class.inc
Set the layout template, accommodating moving blocks if necessary.
MenuBreadcrumbTestCase::setUp in modules/simpletest/tests/menu.test
Sets up a Backdrop site for running functional and integration tests.
menu_delete in modules/menu/menu.module
Delete a custom menu and all contained links.
_menu_delete_item in includes/menu.inc
Deletes a single menu link.
menu_get_custom_theme in includes/menu.inc
Gets the custom theme for the current page, if there is one.
menu_link_save in includes/menu.inc
Saves a menu link.
menu_save in modules/menu/menu.module
Save a custom menu.
module_disable in includes/module.inc
Disables a given set of modules.
module_enable in includes/module.inc
Enables or installs a given list of modules.
module_test_hook_dynamic_loading_invoke_all in modules/simpletest/tests/module_test.module
Page callback for 'hook dynamic loading' test.
Node::access in modules/node/node.entity.inc
Overrides Entity::access().
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_build_content in modules/node/node.module
Builds a structured array representing the node's content.
Node::createAccess in modules/node/node.entity.inc
Overrides Entity::createAccess().
_node_index_node in modules/node/node.module
Indexes a single node.
node_object_prepare in modules/node/node.module
Prepares a node entity for editing.
_node_rankings in modules/node/node.module
Gathers the rankings from the the hook_ranking implementations.
node_revision_delete in modules/node/node.module
Deletes a node revision.
node_search_admin in modules/node/node.module
Implements hook_search_admin().
node_search_execute in modules/node/node.module
Implements hook_search_execute().
node_type_delete in modules/node/node.module
Deletes a node type from the database.
node_type_reset in modules/node/node.types.inc
Resets relevant fields of a module-defined node type to their default values.
node_type_save in modules/node/node.module
Saves a node type to the database.
path_delete in includes/path.inc
Delete a URL alias.
path_get_admin_paths in includes/path.inc
Gets a list of administrative and non-administrative paths.
path_save in includes/path.inc
Save a path alias to the database.
redirect_access in modules/redirect/redirect.module
Determine whether the current user may perform the given operation on the specified redirect.
Redirect::__construct in modules/redirect/redirect.class.inc
Constructor for creating a new redirect.
redirect_delete_multiple in modules/redirect/redirect.module
Delete multiple URL redirects.
redirect_get_redirect_operations in modules/redirect/redirect.module
Fetch an array of redirect bulk operations.
redirect_save in modules/redirect/redirect.module
Save an URL redirect.
SearchConfigSettingsForm::testSearchNodeTypes in modules/search/tests/search.test
Verify enabling/disabling of certain node types.
SearchExactTestCase::testExactQuery in modules/search/tests/search.test
Tests that the correct number of pager links are found for both keywords and phrases.
SearchNodeAccessTest::testPhraseSearchPunctuation in modules/search/tests/search.test
Tests that search works with punctuation and HTML entities.
SearchRankingTestCase::testDoubleRankings in modules/search/tests/search.test
Verifies that if we combine two rankings, search still works.
SearchRankingTestCase::testHTMLRankings in modules/search/tests/search.test
Test rankings of HTML tags.
SearchRankingTestCase::testRankings in modules/search/tests/search.test
search_reindex in modules/search/search.module
Clears a part of or the entire search index.
_simpletest_batch_finished in modules/simpletest/simpletest.module
_simpletest_batch_operation in modules/simpletest/simpletest.module
Batch operation callback.
simpletest_run_tests in modules/simpletest/simpletest.module
Actually runs tests.
standard_install in profiles/standard/standard.install
Implements hook_install().
SystemAdminTestCase::setUp in modules/system/tests/system.test
Sets up a Backdrop site for running functional and integration tests.
system_cron in modules/system/system.module
Implements hook_cron().
system_get_requirements in includes/install.inc
Get run-time requirements and status information.
_system_rebuild_theme_data in modules/system/system.module
Helper function to scan and collect theme .info data and their engines.
system_transliteration_retroactive_submit in modules/system/system.admin.inc
Form submit function; retroactively transliterates existing file names.
taxonomy_term_build_content in modules/taxonomy/taxonomy.module
Builds a structured array representing the term's content.
TaxonomyVocabulary::delete in modules/taxonomy/taxonomy_vocabulary.class.inc
Deletes a taxonomy vocabulary.
TaxonomyVocabulary::save in modules/taxonomy/taxonomy_vocabulary.class.inc
Saves a taxonomy vocabulary to configuration.
template_preprocess_views_view_row_search in modules/search/views/search.views.inc
Template helper for theme_views_view_row_search
theme_disable in includes/theme.inc
Disables a given list of themes.
theme_enable in includes/theme.inc
Enables a given list of themes.
theme_views_form_views_form in modules/views/templates/views.theme.inc
Theme function for a View with form elements: replace the placeholders.
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.
update_check_requirements in ./update.php
Checks update requirements and reports errors and (optionally) warnings.
user_build_content in modules/user/user.module
Builds a structured array representing the profile content.
user_cancel in modules/user/user.module
Cancel a user account.
user_delete_multiple in modules/user/user.module
Delete multiple user accounts.
user_logout in modules/user/user.pages.inc
Menu callback; logs the current user out, and redirects to the home page.
UserPermissionLayoutAccess::summary in modules/layout/plugins/access/user_permission_layout_access.inc
Provides a human-readable summary of this access check's behavior.
UserRoleAdminTestCase::testRoleAdministration in modules/user/tests/user.test
Test adding, renaming and deleting roles.
user_role_delete in modules/user/user.module
Delete a user role from database.
user_role_save in modules/user/user.module
Save a user role to the database.
_views_fetch_data_build in modules/views/includes/cache.inc
Build and set the views data cache if empty.
views_handler_argument_locale_group::locale_group in modules/locale/views/views_handler_argument_locale_group.inc
views_handler_field_locale_group::render in modules/locale/views/views_handler_field_locale_group.inc
Render the field.
views_handler_field_user_permissions::pre_render in modules/user/views/views_handler_field_user_permissions.inc
Run before any fields are rendered.
views_handler_filter_locale_group::get_value_options in modules/locale/views/views_handler_filter_locale_group.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_invalidate_cache in modules/views/views.module
Invalidate the views cache, forcing a rebuild on the next grab of table data.
views_plugin_access_perm::summary_title in modules/views/plugins/views_plugin_access_perm.inc
Return a string to display as the clickable title for the access control.
views_plugin_query_default::execute in modules/views/plugins/views_plugin_query_default.inc
Executes the query and fills the associated view object with according values.
views_plugin_query_default::query in modules/views/plugins/views_plugin_query_default.inc
Generate a query and a countquery from all of the information supplied to the object.
views_ui_analyze_view in modules/views_ui/views_ui.analyze.inc
Analyze a review and return the results.
views_ui_get_wizards in modules/views_ui/views_ui.module
Fetch metadata for all content_type plugins.
watchdog in includes/bootstrap.inc
Logs a system message.