Search for reset

  1. Search 7.x for reset
  2. Search 9.5.x for reset
  3. Search 10.3.x for reset
  4. Search 11.x for reset
  5. Other projects
Title Object type File name Summary
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 enable.
ImageCachePresetTest::providerSource function core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php The data provider.
InstallerKernel::resetConfigStorage function core/lib/Drupal/Core/Installer/InstallerKernel.php Reset the bootstrap config storage.
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 Resets the negotiated languages and the method instances.
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 Resets the project storage cache.
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.
LoggedStatementsTrait::resetLoggedStatements function core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php Resets logged statements.
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.
MenuLinkBase::isResettable function core/lib/Drupal/Core/Menu/MenuLinkBase.php Returns whether this link can be reset.
MenuLinkDefault::isResettable function core/lib/Drupal/Core/Menu/MenuLinkDefault.php Returns whether this link can be reset.
MenuLinkInterface::isResettable function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns whether this link can be reset.
MenuLinkManager::resetDefinitions function core/lib/Drupal/Core/Menu/MenuLinkManager.php Resets any local definition cache. Used for testing.
MenuLinkManager::resetInstance function core/lib/Drupal/Core/Menu/MenuLinkManager.php Resets the menu link to its default settings.
MenuLinkManager::resetLink function core/lib/Drupal/Core/Menu/MenuLinkManager.php Resets the values for a menu link based on the values found by discovery.
MenuLinkManagerInterface::resetDefinitions function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Resets any local definition cache. Used for testing.
MenuLinkManagerInterface::resetLink function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Resets the values for a menu link based on the values found by discovery.
MenuLinkResetForm class core/modules/menu_ui/src/Form/MenuLinkResetForm.php Defines a confirmation form for resetting a single modified menu link.
MenuLinkResetForm.php file core/modules/menu_ui/src/Form/MenuLinkResetForm.php
MenuLinkResetForm::$link property core/modules/menu_ui/src/Form/MenuLinkResetForm.php The menu link.
MenuLinkResetForm::$menuLinkManager property core/modules/menu_ui/src/Form/MenuLinkResetForm.php The menu link manager.
MenuLinkResetForm::buildForm function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Form constructor.
MenuLinkResetForm::create function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Instantiates a new instance of this class.
MenuLinkResetForm::getCancelUrl function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns the route to go to if the user cancels the action.
MenuLinkResetForm::getConfirmText function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns a caption for the button that confirms the action.
MenuLinkResetForm::getDescription function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns additional text to display as a description.
MenuLinkResetForm::getFormId function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns a unique string identifying the form.
MenuLinkResetForm::getQuestion function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns the question to ask the user.
MenuLinkResetForm::linkIsResettable function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Checks access based on whether the link can be reset.
MenuLinkResetForm::submitForm function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Form submission handler.
MenuLinkResetForm::__construct function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Constructs a MenuLinkResetForm object.
MenuTreeStorage::resetDefinitions function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Clears all definitions cached in memory.

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