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
MenuLinkInterface::getResetRoute function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns route information for a route to reset the menu link.
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.
MenuTreeStorageInterface::resetDefinitions function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Clears all definitions cached in memory.
MenuUiTest::resetMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Resets a standard menu link using the UI.
MessageForm::resetForm function core/modules/migrate/src/Form/MessageForm.php Resets the filter form.
MigrateProcessInterface::reset function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Resets the internal data of a plugin.
MockRouteProvider::reset function core/modules/system/src/Tests/Routing/MockRouteProvider.php Resets the route provider object.
ModuleHandler::resetImplementations function core/lib/Drupal/Core/Extension/ModuleHandler.php Resets the cached list of hook implementations.
ModuleHandlerInterface::resetImplementations function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Resets the cached list of hook implementations.
ModuleHandlerTest::testResetImplementations function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests internal implementation cache reset.
Mysql8RequirePrimaryKeyUpdateTest::prepareSettings function core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Add settings that are missed since the installer isn't run.
NodeStatisticsDatabaseStorage::resetDayCount function core/modules/statistics/src/NodeStatisticsDatabaseStorage.php
OverviewTerms::submitReset function core/modules/taxonomy/src/Form/OverviewTerms.php Redirects to confirmation form for the reset action.
PathFilterForm::resetForm function core/modules/path/src/Form/PathFilterForm.php Resets the filter selections.
PathProcessorLanguage::reset function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Resets the collected processors instances.
PluralFormula::reset function core/modules/locale/src/PluralFormula.php
PluralFormulaInterface::reset function core/modules/locale/src/PluralFormulaInterface.php Resets the static formulae cache.
ProcessPluginBase::reset function core/modules/migrate/src/ProcessPluginBase.php Resets the internal data of a plugin.
Registry::reset function core/lib/Drupal/Core/Theme/Registry.php Invalidates theme registry caches.
RendererTest::testRenderWithPresetAccess function core/tests/Drupal/Tests/Core/Render/RendererTest.php @covers ::render
@covers ::doRender
reset-appearance.module.css file core/themes/stable9/css/system/components/reset-appearance.module.css /*
* @file
* Utility class to remove browser styles, especially for button.
*/

.reset-appearance {
margin: 0;
padding: 0;
border: 0 none;
background: transparent;
line-height: inherit;
-webkit-appearance: none;
appearance: none;
}
reset-appearance.module.css file core/modules/system/css/components/reset-appearance.module.css /*
* @file
* Utility class to remove browser styles, especially for button.
*/

.reset-appearance {
margin: 0;
padding: 0;
border: 0 none;
background: transparent;
line-height: inherit;
-webkit-appearance: none;
appearance: none;
}
reset.css file core/misc/dialog/off-canvas/css/reset.css Reset HTML elements styles for the off-canvas dialog.
reset.pcss.css file core/misc/dialog/off-canvas/css/reset.pcss.css Reset HTML elements styles for the off-canvas dialog.
ResettableStackedRouteMatchInterface interface core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php Defines an interface for a resettable stack of route matches.
ResettableStackedRouteMatchInterface.php file core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php
ResettableStackedRouteMatchInterface::resetRouteMatch function core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php Resets the route match static cache.
ResettableStaticTest class core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php Tests that drupal_static() and drupal_static_reset() work.
ResettableStaticTest.php file core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php
ResettableStaticTest::testDrupalStatic function core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php Tests drupal_static() function.

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