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