- admin_bar_cache_get in core/modules/admin_bar/admin_bar.module
- Retrieve a client-side cache hash from cache.
- admin_bar_cache_set in core/modules/admin_bar/admin_bar.module
- Store a client-side cache hash in persistent cache.
- admin_bar_field_create_instance in core/modules/admin_bar/admin_bar.module
- Implements hook_field_create_instance().
- admin_bar_field_delete_instance in core/modules/admin_bar/admin_bar.module
- Implements hook_field_delete_instance().
- admin_bar_field_update_instance in core/modules/admin_bar/admin_bar.module
- Implements hook_field_update_instance().
- admin_bar_form_alter_flush_cache_submit in core/modules/admin_bar/admin_bar.module
- Form submission handler to flush Administration bar caches.
- admin_bar_language_delete in core/modules/admin_bar/admin_bar.module
- Implements hook_language_delete().
- admin_bar_language_insert in core/modules/admin_bar/admin_bar.module
- Implements hook_language_insert().
- admin_bar_language_update in core/modules/admin_bar/admin_bar.module
- Implements hook_language_update().
- admin_bar_menu_alter in core/modules/admin_bar/admin_bar.module
- Implements hook_menu_alter().
- admin_bar_menu_link_delete in core/modules/admin_bar/admin_bar.module
- Implements hook_menu_link_delete().
- admin_bar_menu_link_insert in core/modules/admin_bar/admin_bar.module
- Implements hook_menu_link_insert().
- admin_bar_menu_link_update in core/modules/admin_bar/admin_bar.module
- Implements hook_menu_link_update().
- admin_bar_output in core/modules/admin_bar/admin_bar.inc
- Build the administration bar output.
- admin_bar_preprocess_page in core/modules/admin_bar/admin_bar.module
- Implements hook_preprocess_page().
- admin_bar_taxonomy_vocabulary_delete in core/modules/admin_bar/admin_bar.module
- Implements hook_taxonomy_vocabulary_delete().
- admin_bar_taxonomy_vocabulary_insert in core/modules/admin_bar/admin_bar.module
- Implements hook_taxonomy_vocabulary_insert().
- admin_bar_taxonomy_vocabulary_update in core/modules/admin_bar/admin_bar.module
- Implements hook_taxonomy_vocabulary_update().
- archiver_get_info in core/includes/common.inc
- Retrieves a list of all available archivers.
- BackdropCacheArray::set in core/includes/bootstrap.inc
- Writes a value to the persistent cache immediately.
- BackdropCacheArray::__construct in core/includes/bootstrap.inc
- Constructs a BackdropCacheArray object.
- BackdropWebTestCase::refreshVariables in core/modules/simpletest/backdrop_web_test_case.php
- Refresh the in-memory set of variables and state values. Useful after a
page request is made that changes a variable in a different thread.
- backdrop_cache_system_paths in core/includes/path.inc
- Cache system paths for a page.
- backdrop_flush_all_caches in core/includes/common.inc
- Flushes all cached data on the site.
- backdrop_get_complete_schema in core/includes/bootstrap.inc
- Gets the whole database schema.
- backdrop_lookup_path in core/includes/path.inc
- Given an alias, return its Backdrop system URL if one exists. Given a Backdrop
system URL return one of its aliases if such a one exists. Otherwise,
return FALSE.
- backdrop_page_get_cache in core/includes/bootstrap.inc
- Retrieves the current page from the cache.
- backdrop_page_save_cache in core/includes/common.inc
- Save a page cache entry to the cache.
- backdrop_render_cache_get in core/includes/common.inc
- Gets the rendered output of a renderable element from the cache.
- backdrop_render_cache_set in core/includes/common.inc
- Caches the rendered output of a renderable element.
- backdrop_theme_rebuild in core/includes/theme.inc
- Forces the system to rebuild the theme registry.
- book_menu_subtree_data in core/modules/book/book.module
- Gets the data representing a subtree of the book hierarchy.
- BootstrapPageCacheTestCase::testPageCache in core/modules/simpletest/tests/bootstrap.test
- Test cache headers.
- CacheClearCase::testClearArray in core/modules/simpletest/tests/cache.test
- Test clearing using an array.
- CacheClearCase::testClearCid in core/modules/simpletest/tests/cache.test
- Test clearing using a cid.
- CacheClearCase::testClearWildcard in core/modules/simpletest/tests/cache.test
- Test clearing using wildcard.
- CacheClearCase::testFlushAllCaches in core/modules/simpletest/tests/cache.test
- Test backdrop_flush_all_caches().
- CacheGetMultipleUnitTest::testCacheMultiple in core/modules/simpletest/tests/cache.test
- Test getMultiple().
- CacheIsEmptyCase::testIsEmpty in core/modules/simpletest/tests/cache.test
- Test clearing using a cid.
- CacheSavingCase::checkVariable in core/modules/simpletest/tests/cache.test
- Check or a variable is stored and restored properly.
- CacheSavingCase::testNoEmptyCids in core/modules/simpletest/tests/cache.test
- Test no empty cids are written in cache table.
- CacheSavingCase::testObject in core/modules/simpletest/tests/cache.test
- Test the saving and restoring of an object.
- CacheTestCase::assertCacheRemoved in core/modules/simpletest/tests/cache.test
- Assert or a cache entry has been removed.
- CacheTestCase::checkCacheExists in core/modules/simpletest/tests/cache.test
- Check whether or not a cache entry exists.
- CacheTestCase::generalWipe in core/modules/simpletest/tests/cache.test
- Perform the general wipe.
- cache_clear_all in core/includes/cache.inc
- Clears data from the cache.
- cache_example_form_cache_clearing in modules/examples/cache_example/cache_example.module
- Submit handler to demonstrate the various methods for clearing cache.
- cache_example_form_create_expiring_item in modules/examples/cache_example/cache_example.module
- Submit handler to create a new cache item with specified expiration.
- cache_example_form_expire_files in modules/examples/cache_example/cache_example.module
- Submit handler that explicitly clears cache_example_files_count from cache.
- cache_example_page_form in modules/examples/cache_example/cache_example.module
- Main page for cache_example.
- cache_flush in core/includes/cache.inc
- Flushes all cache items in a bin.
- cache_get in core/includes/cache.inc
- Returns data from the persistent cache.
- cache_get_multiple in core/includes/cache.inc
- Returns data from the persistent cache when given an array of cache IDs.
- cache_is_empty in core/includes/cache.inc
- Checks if a cache bin is empty.
- cache_set in core/includes/cache.inc
- Stores data in the persistent cache.
- check_markup in core/modules/filter/filter.module
- Runs all the enabled filters on a piece of text.
- CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in core/modules/comment/tests/comment.test
- Test comment author deletion while the comment module is disabled.
- CommentStorageController::postDelete in core/modules/comment/comment.entity.inc
- Overrides EntityDatabaseStorageController::postDelete().
- CommentStorageController::postSave in core/modules/comment/comment.entity.inc
- Overrides EntityDatabaseStorageController::postSave().
- comment_uninstall in core/modules/comment/comment.install
- Implements hook_uninstall().
- CronRunTestCase::testCronCacheExpiration in core/modules/system/tests/system.test
- Tests that hook_flush_caches() is not invoked on every single cron run.
- DashboardNewsBlock::getNews in core/modules/dashboard/includes/block.news.inc
- Return the current list of news items.
- DashboardNewsBlock::refreshNewsFeed in core/modules/dashboard/includes/block.news.inc
- Fetch news from the news source and set the cache for future responses.
- DatabaseExampleUnitTestCase::testUI in modules/examples/database_example/tests/database_example.test
- Tests the UI.
- entity_get_info in core/modules/entity/entity.module
- Gets the entity info array of an entity type.
- entity_info_cache_clear in core/modules/entity/entity.module
- Resets the cached information about entity types.
- FieldAttachOtherTestCase::testFieldAttachCache in core/modules/field/tests/field.test
- Test field cache.
- 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_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_cache_clear in core/modules/field/field.module
- Clear the field info and field data caches.
- field_info_cache_clear in core/modules/field/field.info.inc
- Clears the field info cache without clearing the field data cache.
- FileDeleteTest::testInUse in core/modules/simpletest/tests/file.test
- Tries deleting a file that is in use.
- FileLoadTest::testMultiple in core/modules/simpletest/tests/file.test
- This will test loading file data from the database.
- file_type_cache_reset in core/modules/file/file.module
- Clears the file type cache.
- FilterSecurityTestCase::testDisableFilterModule in core/modules/filter/tests/filter.test
- Tests removal of filtered content when an active filter is disabled.
- filter_formats in core/modules/filter/filter.module
- Retrieves a list of text formats, ordered by weight.
- filter_formats_reset in core/modules/filter/filter.module
- Resets the text format caches.
- 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_image_style_flush in core/modules/image/image.api.php
- Respond to image style flushing.
- hook_views_invalidate_cache in core/modules/views/views.api.php
- Allow modules to respond to the Views cache being invalidated.
- image_effect_definitions in core/modules/image/image.module
- Pull in image effects exposed by modules implementing hook_image_effect_info().
- image_styles in core/modules/image/image.module
- Get an array of all styles and their settings.
- image_style_flush in core/modules/image/image.module
- Flush cached media for a style.
- image_update_1003 in core/modules/image/image.install
- Add labels to all available styles.
- layout_field_delete_instance in core/modules/layout/layout.module
- Implements hook_field_delete_instance().
- layout_flexible_reset_caches in core/modules/layout/layout.module
- Reset all caches provided by Layout module.
- layout_flexible_template_load_all in core/modules/layout/layout.module
- Load all flexible templates.
- layout_get_all_configs in core/modules/layout/layout.module
- Read all configuration files from disk of a particular layout type.
- layout_get_layout_template_info in core/modules/layout/layout.module
- Load the information of either a single layout template or all available
layout templates.
- layout_load_multiple_by_path in core/modules/layout/layout.module
- Load all layouts at a given path.
- layout_reset_caches in core/modules/layout/layout.module
- Reset all caches provided by Layout module.
- locale in core/modules/locale/locale.module
- Provides interface translation services.
- locale_language_delete in core/modules/locale/locale.module
- Implements hook_language_delete().
- locale_language_insert in core/modules/locale/locale.module
- Implements hook_language_insert().
- locale_language_update in core/modules/locale/locale.module
- Implements hook_language_update().
- locale_translate_delete_form_submit in core/modules/locale/locale.pages.inc
- Process string deletion submissions.
- locale_translate_edit_form_submit in core/modules/locale/locale.pages.inc
- Process string editing form submissions.
- menu_cache_clear in core/includes/menu.inc
- Clears the cached data for a single named menu.
- menu_cache_clear_all in core/includes/menu.inc
- Clears all cached menu data.
- menu_load_all in core/modules/menu/menu.module
- Load all custom menu data.
- menu_local_tasks in core/includes/menu.inc
- Collects the local tasks (tabs), action links, and the root path.
- menu_tree_all_data in core/includes/menu.inc
- Gets the data structure representing a named menu tree.
- menu_tree_page_data in core/includes/menu.inc
- Gets the data structure for a named menu tree, based on the current page.
- ModuleUnitTest::testModuleImplements in core/modules/simpletest/tests/module.test
- Test module_implements() caching.
- module_hook_info in core/includes/module.inc
- Retrieves a list of hooks that are declared through hook_hook_info().
- module_implements in core/includes/module.inc
- Determines which modules are implementing a hook.
- module_implements_reset in core/includes/module.inc
- Regenerate the stored list of hook implementations.
- module_implements_write_cache in core/includes/module.inc
- Writes the hook implementation cache.
- node_type_cache_reset in core/modules/node/node.module
- Clears the node type cache.
- node_user_update in core/modules/node/node.module
- Implements hook_user_update().
- PathTestCase::testPathCache in core/modules/path/tests/path.test
- Tests the path cache.
- path_punctuation_chars in core/modules/path/path.inc
- Return an array of arrays for punctuation values.
- redirect_page_cache_clear in core/modules/redirect/redirect.module
- Clear a page from the page cache.
- simpletest_clean_environment in core/modules/simpletest/simpletest.module
- Remove all temporary database tables and directories.
- simpletest_test_get_all in core/modules/simpletest/simpletest.module
- Get a list of all of the tests provided by the system.
- state_del in core/includes/bootstrap.inc
- Unsets a persistent state value.
- state_initialize in core/includes/bootstrap.inc
- Loads the persistent state table.
- state_set in core/includes/bootstrap.inc
- Sets a persistent state value.
- system_clear_page_cache_submit in core/modules/system/system.admin.inc
- Submit callback; clear the page cache.
- system_cron in core/modules/system/system.module
- Implements hook_cron().
- system_list in core/includes/module.inc
- Builds a list of bootstrap modules and enabled modules and themes.
- system_list_reset in core/includes/module.inc
- Resets all system_list() caches.
- system_update_files_database in core/modules/system/system.module
- Updates the records in the system table based on the files array.
- ThemeRegistry::set in core/includes/theme.inc
- Writes a value to the persistent cache immediately.
- ThemeRegistry::__construct in core/includes/theme.inc
- Constructs a BackdropCacheArray object.
- ThemeRegistryTestCase::testRaceCondition in core/modules/simpletest/tests/theme.test
- Tests the behavior of the theme registry class.
- token_build_tree in core/includes/token.inc
- Build a tree array of tokens, commonly used for rendering the token browser.
- token_cache_clear in core/includes/token.inc
- Clear token caches and static variables.
- token_get_info in core/includes/token.inc
- Retrieve, sort, store token info from the cache.
- update_info_page in core/update.php
- Provides an overview of the Backdrop site update.
- UpgradePathTestCase::variable_set in core/modules/simpletest/tests/upgrade/upgrade.test
- Specialized variable_set() that works even if the child site is not upgraded.
- user_login_finalize in core/modules/user/user.module
- Finalize the login process. Must be called when logging in a user.
- user_logout_current_user in core/modules/user/user.pages.inc
- Logs the current user out.
- variable_del in core/includes/bootstrap.inc
- Unsets a persistent variable.
- variable_initialize in core/includes/bootstrap.inc
- Loads the persistent variable table.
- variable_set in core/includes/bootstrap.inc
- Sets a persistent variable.
- view::delete in core/modules/views/includes/view.inc
- Delete the view entirely from the system.
- view::revert in core/modules/views/includes/view.inc
- Revert the view based on its module-provided default version (if any).
- ViewsModuleTest::testFetchData in core/modules/views/tests/views_module.test
- Tests views_fetch_data().
- views_cache_get in core/modules/views/includes/cache.inc
- Return data from the persistent views cache.
- views_cache_set in core/modules/views/includes/cache.inc
- Set a cached item in the views cache.
- views_field_create_instance in core/modules/views/views.module
- Implements hook_field_create_instance.
- views_field_delete_instance in core/modules/views/views.module
- Implements hook_field_delete_instance.
- views_field_update_instance in core/modules/views/views.module
- Implements hook_field_update_instance.
- views_handler_relationship_groupwise_max::options_form_submit in core/modules/views/handlers/views_handler_relationship_groupwise_max.inc
- When the form is submitted, take sure to clear the subquery string cache.
- views_handler_relationship_groupwise_max::query in core/modules/views/handlers/views_handler_relationship_groupwise_max.inc
- Called to implement a relationship in a query.
This is mostly a copy of our parent's query() except for this bit with
the join class.
- 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_cache::cache_flush in core/modules/views/plugins/views_plugin_cache.inc
- Clear out cached data for a view.
- views_plugin_cache::cache_get in core/modules/views/plugins/views_plugin_cache.inc
- Retrieve data from the cache.
- views_plugin_cache::cache_set in core/modules/views/plugins/views_plugin_cache.inc
- Save data to the cache.
- _admin_bar_flush_cache in core/modules/admin_bar/admin_bar.inc
- Flush all caches or a specific one.
- _field_info_collate_fields in core/modules/field/field.info.inc
- Collates all information on existing fields and instances.
- _field_info_collate_fields_reset in core/modules/field/field.info.inc
- Clear collated information on existing fields and instances.
- _field_info_collate_types in core/modules/field/field.info.inc
- Collates all information on field types, widget types and related structures.
- _field_info_collate_types_reset in core/modules/field/field.info.inc
- Clear collated information on field and widget types and related structures.
- _field_token_info in core/modules/field/field.tokens.inc
- Fetch an array of field data used for tokens.
- _file_types_build in core/modules/file/file.module
- Builds and returns the list of available file types.
- _locale_import_po in core/includes/gettext.inc
- Parses Gettext Portable Object information and inserts it into the database.
- _menu_build_tree in core/includes/menu.inc
- Builds a menu tree.
- _node_types_build in core/modules/node/node.module
- Builds and returns the list of available node types.
- _theme_build_registry in core/includes/theme.inc
- Builds the theme registry cache.
- _theme_load_registry in core/includes/theme.inc
- Gets the theme_registry cache; if it doesn't exist, builds it.
- _theme_save_registry in core/includes/theme.inc
- Writes the theme_registry cache into the database.