Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::language()
  2. 9 core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::language()

Gets the language of the entity.

Return value

\Drupal\Core\Language\LanguageInterface The language object.

1 method overrides EntityInterface::language()
EntityBase::language in core/lib/Drupal/Core/Entity/EntityBase.php
Gets the language of the entity.

File

core/lib/Drupal/Core/Entity/EntityInterface.php, line 42

Class

EntityInterface
Defines a common interface for all entity objects.

Namespace

Drupal\Core\Entity

Code

public function language();