Search for reset

  1. Search 7.x for reset
  2. Search 9.5.x for reset
  3. Search 8.9.x for reset
  4. Search 10.3.x for reset
  5. Other projects
Title Object type File name Summary
EntityViewBuilderInterface::resetCache function core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php Resets the entity render cache.
ExposedFormCache::reset function core/modules/views/src/ExposedFormCache.php Rests the form cache.
ExposedFormPluginBase::resetForm function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php Resets all the states of the exposed form.
ExposedFormTest::testResetButton function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests whether the reset button works on an exposed form.
ExtensionList::reset function core/lib/Drupal/Core/Extension/ExtensionList.php Resets the stored extension list.
ExtensionListTest::testReset function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::reset
FileCache::reset function core/lib/Drupal/Component/FileCache/FileCache.php Resets the static cache.
file_test_file_scan_callback_reset function core/modules/file/tests/file_test/file_test.module Reset static variables used by file_test_file_scan_callback().
file_test_reset function core/modules/file/tests/file_test/file_test.module Reset/initialize the history of calls to the file_* hooks.
FilterDefaultFormatTest::resetFilterCaches function core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php Rebuilds text format and permission caches in the thread running the tests.
FilterFormatAccessTest::resetFilterCaches function core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php Rebuilds text format and permission caches in the thread running the tests.
filter_formats_reset function core/modules/filter/filter.module Resets the text format caches.
FormBase::resetConfigFactory function core/lib/Drupal/Core/Form/FormBase.php Resets the configuration factory.
ForumManager::resetCache function core/modules/forum/src/ForumManager.php
ForumManagerInterface::resetCache function core/modules/forum/src/ForumManagerInterface.php Resets the ForumManager index and history.
FunctionalTestSetupTrait::prepareSettings function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Prepares site settings and services before installation.
FunctionalTestSetupTrait::resetAll function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Resets all data structures after having enabled new modules.
Html::resetSeenIds function core/lib/Drupal/Component/Utility/Html.php Resets the list of seen IDs.
ImageCachePreset class core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php Drupal 6 imagecache presets source from database.
ImageCachePreset.php file core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php
ImageCachePreset::fields function core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php Returns available fields on the source.
ImageCachePreset::getIds function core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php Defines the source fields uniquely identifying a source row.
ImageCachePreset::prepareRow function core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php Adds additional data to the row.
ImageCachePreset::query function core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php
ImageCachePresetTest class core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php Tests the d6_imagecache_presets source plugin.
ImageCachePresetTest.php file core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php
ImageCachePresetTest::$modules property core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php Modules to install.
ImageCachePresetTest::providerSource function core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php
InstallerKernel::resetConfigStorage function core/lib/Drupal/Core/Installer/InstallerKernel.php Reset the bootstrap config storage.
InstallerPerformanceTest::prepareSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php Prepares site settings and services before installation.
InstallerTranslationNonStandardFilenamesTest::prepareSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationNonStandardFilenamesTest.php Prepares site settings and services before installation.
InstallStorage::reset function core/lib/Drupal/Core/Config/InstallStorage.php Resets the static cache.
LanguageManager::reset function core/lib/Drupal/Core/Language/LanguageManager.php Resets the given language type or all types if none specified.
LanguageManagerInterface::reset function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Resets the given language type or all types if none specified.
LanguageNegotiator::reset function core/modules/language/src/LanguageNegotiator.php
LanguageNegotiatorInterface::reset function core/modules/language/src/LanguageNegotiatorInterface.php Resets the negotiated languages and the method instances.
LibraryDiscoveryCollector::reset function core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php Resets the local cache.
LocaleConfigManager::reset function core/modules/locale/src/LocaleConfigManager.php Reset static cache of configuration string translations.
LocaleConfigSubscriber::resetExistingTranslations function core/modules/locale/src/LocaleConfigSubscriber.php Reset existing locale translations to their source values.
LocaleProjectStorage::resetCache function core/modules/locale/src/LocaleProjectStorage.php
LocaleProjectStorageInterface::resetCache function core/modules/locale/src/LocaleProjectStorageInterface.php Resets the project storage cache.
LocaleTranslation::reset function core/modules/locale/src/LocaleTranslation.php Resets translation cache.
MaintenanceThemeUpdateRegistryTest::prepareSettings function core/modules/system/tests/src/Functional/Theme/MaintenanceThemeUpdateRegistryTest.php Prepares site settings and services before installation.
MemoryBackend::reset function core/lib/Drupal/Core/Cache/MemoryBackend.php Reset statically cached variables.
MemoryCounterBackend::resetCounter function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Resets the call counter.
MenuActiveTrail::reset function core/lib/Drupal/Core/ProxyClass/Menu/MenuActiveTrail.php Resets the local cache.
MenuLinkBase::getResetRoute function core/lib/Drupal/Core/Menu/MenuLinkBase.php Returns route information for a route to reset the menu link.
MenuLinkBase::isResettable function core/lib/Drupal/Core/Menu/MenuLinkBase.php Returns whether this link can be reset.
MenuLinkDefault::getResetRoute function core/lib/Drupal/Core/Menu/MenuLinkDefault.php Returns route information for a route to reset the menu link.
MenuLinkDefault::isResettable function core/lib/Drupal/Core/Menu/MenuLinkDefault.php Returns whether this link can be reset.

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