Search for clear

  1. Search 7.x for clear
  2. Search 8.9.x for clear
  3. Search 10.3.x for clear
  4. Search 11.x for clear
  5. Other projects
Title Object type File name Summary
AjaxTestController::globalEventsClearLog function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns an AjaxResponse with command to clear the 'test_global_events_log'.
AliasManager::cacheClear function core/modules/path_alias/src/AliasManager.php Clears the static caches in alias manager and rebuilds the whitelist.
AliasManagerInterface::cacheClear function core/modules/path_alias/src/AliasManagerInterface.php Clears the static caches in alias manager and rebuilds the whitelist.
AliasManagerTest::testCacheClear function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php @covers ::cacheClear
AliasWhitelist::clear function core/modules/path_alias/src/AliasWhitelist.php Clears the collected cache entry.
BlockContentDeletionTest::testDeletingBlockContentShouldClearPluginCache function core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php Tests deleting a block_content updates the discovered block plugin.
BreakpointManager::clearCachedDefinitions function core/modules/breakpoint/src/BreakpointManager.php Clears static and persistent plugin definition caches.
CacheCollector::clear function core/lib/Drupal/Core/Cache/CacheCollector.php Clears the collected cache entry.
CacheCollectorInterface::clear function core/lib/Drupal/Core/Cache/CacheCollectorInterface.php Clears the collected cache entry.
CacheCollectorTest::testUpdateCacheClear function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests a clear of the cache collector.
CacheCollectorTest::testUpdateCacheClearTags function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests a clear of the cache collector using tags.
CachedDiscoveryClearer class core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php Provides a proxy class for \Drupal\Core\Plugin\CachedDiscoveryClearer.
CachedDiscoveryClearer class core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php Defines a class which is capable of clearing the cache on plugin managers.
CachedDiscoveryClearer.php file core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php
CachedDiscoveryClearer.php file core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php
CachedDiscoveryClearer::$cachedDiscoveries property core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php The stored discoveries.
CachedDiscoveryClearer::$container property core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php The service container.
CachedDiscoveryClearer::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php The id of the original proxied service.
CachedDiscoveryClearer::$service property core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php The real proxied service, after it was lazy loaded.
CachedDiscoveryClearer::addCachedDiscovery function core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php Adds a plugin manager to the active list.
CachedDiscoveryClearer::addCachedDiscovery function core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php Adds a plugin manager to the active list.
CachedDiscoveryClearer::clearCachedDefinitions function core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php Clears the cache on all cached discoveries.
CachedDiscoveryClearer::clearCachedDefinitions function core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php Clears the cache on all cached discoveries.
CachedDiscoveryClearer::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php Lazy loads the real service from the container.
CachedDiscoveryClearer::__construct function core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php Constructs a ProxyClass Drupal proxy object.
CachedDiscoveryClearerInterface interface core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php Provides a way to clear static caches of all plugin managers.
CachedDiscoveryClearerInterface.php file core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php
CachedDiscoveryClearerInterface::addCachedDiscovery function core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php Adds a plugin manager to the active list.
CachedDiscoveryClearerInterface::clearCachedDefinitions function core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php Clears the cache on all cached discoveries.
CachedDiscoveryInterface::clearCachedDefinitions function core/lib/Drupal/Component/Plugin/Discovery/CachedDiscoveryInterface.php Clears static and persistent plugin definition caches.
clearfix.module.css file core/modules/system/css/components/clearfix.module.css Float clearing.
clearfix.module.css file core/themes/stable9/css/system/components/clearfix.module.css Float clearing.
clearfix.module.css file core/themes/stable/css/system/components/clearfix.module.css Float clearing.
ClearTest class core/modules/system/tests/src/Functional/Cache/ClearTest.php
ClearTest.php file core/modules/system/tests/src/Functional/Cache/ClearTest.php
ClearTest::$defaultTheme property core/modules/system/tests/src/Functional/Cache/ClearTest.php The theme to install as the default for testing.
ClearTest::setUp function core/modules/system/tests/src/Functional/Cache/ClearTest.php
ClearTest::testFlushAllCaches function core/modules/system/tests/src/Functional/Cache/ClearTest.php Tests drupal_flush_all_caches().
Config::clear function core/lib/Drupal/Core/Config/Config.php Unsets a value in this configuration object.
ConfigBase::clear function core/lib/Drupal/Core/Config/ConfigBase.php Unsets a value in this configuration object.
ConfigFactory::clearStaticCache function core/lib/Drupal/Core/Config/ConfigFactory.php Clears the config factory static cache.
ConfigFactoryInterface::clearStaticCache function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php Clears the config factory static cache.
ConfigTest::testClear function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::clear
@dataProvider simpleDataProvider
ConfigTest::testNestedClear function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::clear
@dataProvider nestedDataProvider
ContentEntityBase::clearTranslationCache function core/lib/Drupal/Core/Entity/ContentEntityBase.php Clear entity translation object cache to remove stale references.
ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingInsert function core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php Tests that bundle translation settings are propagated on creation.
ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingUpdate function core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php Tests that bundle translation setting changes are propagated.
DatabaseBackend::clear function core/lib/Drupal/Core/Flood/DatabaseBackend.php Makes the flood control mechanism forget an event for the current visitor.
DblogClearLogConfirmForm class core/modules/dblog/src/Form/DblogClearLogConfirmForm.php Provides a confirmation form before clearing out the logs.
DblogClearLogConfirmForm.php file core/modules/dblog/src/Form/DblogClearLogConfirmForm.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.