Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. LanguageManagerInterface.php

function 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\Language

Code

public function reset($type = NULL);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal