You are here

public function LanguageInterface::getName in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Language/LanguageInterface.php \Drupal\Core\Language\LanguageInterface::getName()
  2. 9 core/lib/Drupal/Core/Language/LanguageInterface.php \Drupal\Core\Language\LanguageInterface::getName()

Gets the name of the language.

Return value

string The human-readable name of the language (in the language that was used to construct this object).

1 method overrides LanguageInterface::getName()
ConfigurableLanguage::getName in core/modules/language/src/Entity/ConfigurableLanguage.php
Gets the name of the language.

File

core/lib/Drupal/Core/Language/LanguageInterface.php, line 115

Class

LanguageInterface
Defines an interface for languages.

Namespace

Drupal\Core\Language

Code

public function getName();