config_clear |
function |
includes/config.inc |
A shortcut function to delete a single value from a config file. |
Config::clear |
function |
includes/config.inc |
Unsets a value in this configuration object. |
CacheClearCase |
class |
modules/simpletest/tests/cache.test |
Test cache clearing methods. |
cache_clear_all |
function |
includes/cache.inc |
Clears data from the cache. |
tempstore_clear |
function |
includes/common.inc |
Removes an object from the semi-persistent key-value store. |
form_clear_error |
function |
includes/form.inc |
Clears all errors against all form elements made by form_set_error(). |
menu_cache_clear |
function |
includes/menu.inc |
Clears the cached data for a single named menu. |
flood_clear_event |
function |
includes/common.inc |
Makes the flood control mechanism forget an event for the current visitor. |
field_cache_clear |
function |
modules/field/field.module |
Clear the field info and field data caches. |
token_cache_clear |
function |
includes/token.inc |
Clear token caches and static variables. |
DatabaseLog::clear |
function |
includes/database/log.inc |
Empty the query log for the specified logging key. |
_update_cache_clear |
function |
modules/update/update.module |
Invalidates cached data relating to update status. |
tempstore_clear_all |
function |
includes/common.inc |
Removes an entire group of objects from the semi-persistent key-value store. |
dblog_clear_log_form |
function |
modules/dblog/dblog.admin.inc |
Form constructor for the form that clears out the log. |
menu_cache_clear_all |
function |
includes/menu.inc |
Clears all cached menu data. |
file_info_cache_clear |
function |
modules/file/file.module |
Clears caches that are related to file entity. |
drupal_clear_js_cache |
function |
includes/drupal.inc |
Deletes old cached JavaScript files and variables. |
Layout::clearContexts |
function |
modules/layout/includes/layout.class.inc |
Clear a stored context. |
CacheClearCase::setUp |
function |
modules/simpletest/tests/cache.test |
Sets up a Backdrop site for running functional and integration tests. |
_menu_clear_page_cache |
function |
includes/menu.inc |
Clears the page and block caches at most twice per page load. |
dblog_clear_log_submit |
function |
modules/dblog/dblog.admin.inc |
Form submission handler for dblog_clear_log_form(). |
field_info_cache_clear |
function |
modules/field/field.info.inc |
Clears the field info cache without clearing the field data cache. |
drupal_clear_css_cache |
function |
includes/drupal.inc |
Deletes old cached CSS files. |
drupal_clear_path_cache |
function |
includes/drupal.inc |
Clear the path cache. |
entity_info_cache_clear |
function |
modules/entity/entity.module |
Resets the cached information about entity types. |
backdrop_clear_js_cache |
function |
includes/common.inc |
Deletes old cached JavaScript files and variables. |
backdrop_clear_css_cache |
function |
includes/common.inc |
Deletes old cached CSS files. |
redirect_page_cache_clear |
function |
modules/redirect/redirect.module |
Clear a page from the page cache. |
backdrop_clear_path_cache |
function |
includes/path.inc |
Clear the path cache. |
update_cache_clear_submit |
function |
modules/update/update.module |
Form submission handler for system_modules(). |
node_clear_node_tempstore |
function |
modules/node/node.module |
Remove an item from the object cache. |
system_clear_cache_submit |
function |
modules/system/system.admin.inc |
Submit callback; clear system caches. |
views_ui_tools_clear_cache |
function |
modules/views_ui/views_ui.admin.inc |
Submit hook to clear the views cache. |
backdrop_clear_opcode_cache |
function |
includes/bootstrap.inc |
Invalidates a PHP file from any active opcode caches. |
CacheClearCase::testClearCid |
function |
modules/simpletest/tests/cache.test |
Test clearing using a cid. |
layout_clear_layout_tempstore |
function |
modules/layout/layout.module |
Remove an item from the object cache. |
filter_clear_format_tempstore |
function |
modules/filter/filter.module |
Remove an item from the object cache. |
system_clear_page_cache_submit |
function |
modules/system/system.admin.inc |
Submit callback; clear the page cache. |
CacheClearCase::testClearArray |
function |
modules/simpletest/tests/cache.test |
Test clearing using an array. |
installer_clear_update_disk_cache |
function |
modules/installer/installer.module |
Clears the temporary files and directories based on file age from disk. |
CacheClearCase::testClearWildcard |
function |
modules/simpletest/tests/cache.test |
Test clearing using wildcard. |
BackdropWebTestCase::clearWatchdog |
function |
modules/simpletest/backdrop_web_test_case.php |
Clears the watchdog database table. |
CacheClearCase::testFlushAllCaches |
function |
modules/simpletest/tests/cache.test |
Test backdrop_flush_all_caches(). |
DateViewsTestCase::clearViewsCaches |
function |
modules/date/tests/date_views.test |
Clear all views caches and static caches which are required for the patch. |
DBLogTestCase::testDBLogAddAndClear |
function |
modules/dblog/tests/dblog.test |
Tests the addition and clearing of log events through the admin interface. |
installer_browser_install_queue_clear |
function |
modules/installer/installer.browser.inc |
Clears the install queue. |
FieldViewsTestHelper::clearViewsCaches |
function |
modules/field/tests/field_views.test |
Clear all views caches and static caches which are required for the patch. |
_installer_authorize_clear_update_status |
function |
modules/installer/installer.authorize.inc |
Clears cached available update status data. |
views_plugin_query_default::clear_fields |
function |
modules/views/plugins/views_plugin_query_default.inc |
Remove all fields that may've been added; primarily used for summary
mode where we're changing the query because we didn't get data we needed. |
ConfigurationTest::testReadWriteClearConfig |
function |
modules/config/tests/config.test |
Tests that a config setting can be written, read and deleted. |