Search for clear

  1. Search 7.x for clear
  2. Search 9.5.x for clear
  3. Search 8.9.x for clear
  4. Search 10.3.x for clear
  5. Other projects
Title Object type File name Summary
LazyPluginCollection::clear function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Clears all instantiated plugins.
LibraryDiscovery::clearCachedDefinitions function core/lib/Drupal/Core/Asset/LibraryDiscovery.php Clears static and persistent library definition caches.
LibraryDiscoveryInterface::clearCachedDefinitions function core/lib/Drupal/Core/Asset/LibraryDiscoveryInterface.php Clears static and persistent library definition caches.
LocalActionManager::clearCachedDefinitions function core/lib/Drupal/Core/Menu/LocalActionManager.php Clears static and persistent plugin definition caches.
LocaleTranslationProjectsTest::testLocaleTranslationClearCacheProjects function core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php Tests locale_translation_clear_cache_projects().
locale_translation_clear_cache_projects function core/modules/locale/locale.translation.inc Clears the projects cache.
locale_translation_clear_status function core/modules/locale/locale.module Clear the translation status cache.
Log::clear function core/lib/Drupal/Core/Database/Log.php Empty the query log for the specified logging key.
MemoryBackend::clear function core/lib/Drupal/Core/Flood/MemoryBackend.php Makes the flood control mechanism forget an event for the current visitor.
MemoryBackend::clearByPrefix function core/lib/Drupal/Core/Flood/MemoryBackend.php Makes the flood control mechanism forget an event by identifier prefix.
MenuActiveTrail::clear function core/lib/Drupal/Core/ProxyClass/Menu/MenuActiveTrail.php Clears the collected cache entry.
MessageCommand::$clearPrevious property core/lib/Drupal/Core/Ajax/MessageCommand.php Whether to clear previous messages.
MigrateExecutableMemoryExceededTest::testMemoryExceededClearedEnough function core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php Tests memoryExceeded method when enough is cleared.
MigrateIdMapInterface::clearMessages function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Clears all messages from the map.
MigrateMessageCapture::clear function core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php Clears out any captured messages.
MigrateSqlIdMapTest::testClearMessages function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the clear messages method.
Migration::clearInterruptionResult function core/modules/migrate/src/Plugin/Migration.php Clears the result to return upon interruption.
MigrationInterface::clearInterruptionResult function core/modules/migrate/src/Plugin/MigrationInterface.php Clears the result to return upon interruption.
MockAliasManager::cacheClear function core/modules/system/src/Tests/Routing/MockAliasManager.php
NodeSearch::indexClear function core/modules/node/src/Plugin/Search/NodeSearch.php Clears the search index for this plugin.
NodeStorage::clearRevisionsLanguage function core/modules/node/src/NodeStorage.php Unsets the language for all nodes with the given language.
NodeStorageInterface::clearRevisionsLanguage function core/modules/node/src/NodeStorageInterface.php Unsets the language for all nodes with the given language.
NullIdMap::clearMessages function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Clears all messages from the map.
plugin.manager.module_test.cache_clear_test service core/modules/system/tests/modules/module_test/module_test.services.yml Drupal\module_test\PluginManagerCacheClearer
PluginManagerCacheClearer class core/modules/system/tests/modules/module_test/src/PluginManagerCacheClearer.php Helps test module uninstall.
PluginManagerCacheClearer.php file core/modules/system/tests/modules/module_test/src/PluginManagerCacheClearer.php
PluginManagerCacheClearer::$optionalService property core/modules/system/tests/modules/module_test/src/PluginManagerCacheClearer.php An optional service dependency.
PluginManagerCacheClearer::$state property core/modules/system/tests/modules/module_test/src/PluginManagerCacheClearer.php
PluginManagerCacheClearer::clearCachedDefinitions function core/modules/system/tests/modules/module_test/src/PluginManagerCacheClearer.php Tests call to CachedDiscoveryInterface::clearCachedDefinitions().
PluginManagerCacheClearer::__construct function core/modules/system/tests/modules/module_test/src/PluginManagerCacheClearer.php PluginManagerCacheClearer constructor.
PrefixFloodInterface::clearByPrefix function core/lib/Drupal/Core/Flood/PrefixFloodInterface.php Makes the flood control mechanism forget an event by identifier prefix.
SearchIndex::clear function core/modules/search/src/SearchIndex.php
SearchIndexingInterface::indexClear function core/modules/search/src/Plugin/SearchIndexingInterface.php Clears the search index for this plugin.
SearchIndexInterface::clear function core/modules/search/src/SearchIndexInterface.php Clears either a part of, or the entire search index.
SearchPageRepository::clearDefaultSearchPage function core/modules/search/src/SearchPageRepository.php
SearchPageRepositoryInterface::clearDefaultSearchPage function core/modules/search/src/SearchPageRepositoryInterface.php Clears the default search page.
SearchPageRepositoryTest::testClearDefaultSearchPage function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Tests the clearDefaultSearchPage() method.
SessionTestController::clearSessionBagFlag function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Clears the test flag from the session test bag.
Sql::clearFields function core/modules/views/src/Plugin/views/query/Sql.php Removes all fields that may have been added.
Sql::clearMessages function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Clears all messages from the map.
StubThemeHandler::$clearedCssCache property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Whether the CSS cache was cleared.
StubThemeHandler::clearCssCache function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php
TestEntityFieldManager::testClearEntityFieldInfo function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Allows the static caches to be cleared.
TestMigrateExecutable::$clearedMemoryUsage property core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php The cleared memory usage.
TestSessionBag::clear function core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php
TestSessionBag::clearFlag function core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php Clears the test flag.
ThemeTest::testThemeSettingsRenderCacheClear function core/modules/system/tests/src/Functional/System/ThemeTest.php Tests the 'rendered' cache tag is cleared when saving theme settings.
TokenReplaceKernelTest::testClear function core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php Tests the clear parameter.
ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Tests that toolbar cache is cleared when string translations are made.
ToolbarAdminMenuTest::testMenuLinkUpdateSubtreesHashCacheClear function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Tests toolbar cache tags implementation.

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