public function Language::getName

Implements ContextAwareInterface::getName().

Overrides ContextAwareInterface::getName

File

drupal/core/lib/Drupal/Core/TypedData/Type/Language.php, line 54
Definition of Drupal\Core\TypedData\Type\Language.

Class

Language
Defines the 'language' data type.

Namespace

Drupal\Core\TypedData\Type

Code

public function getName() {
  return $this->name;
}