function LanguageManagerInterface::reset
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Language/LanguageManagerInterface.php \Drupal\Core\Language\LanguageManagerInterface::reset()
- 10 core/lib/Drupal/Core/Language/LanguageManagerInterface.php \Drupal\Core\Language\LanguageManagerInterface::reset()
- 11.x core/lib/Drupal/Core/Language/LanguageManagerInterface.php \Drupal\Core\Language\LanguageManagerInterface::reset()
Resets the given language type or all types if none specified.
Parameters
string|null $type: (optional) The language type to reset as a string, e.g., LanguageInterface::TYPE_INTERFACE, or NULL to reset all language types. Defaults to NULL.
Return value
$this The language manager that has been reset.
1 method overrides LanguageManagerInterface::reset()
- LanguageManager::reset in core/
lib/ Drupal/ Core/ Language/ LanguageManager.php - Resets the given language type or all types if none specified.
File
-
core/
lib/ Drupal/ Core/ Language/ LanguageManagerInterface.php, line 64
Class
- LanguageManagerInterface
- Common interface for the language manager service.
Namespace
Drupal\Core\LanguageCode
public function reset($type = NULL);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.