function EntityInterface::language

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::language()
  2. 10 core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::language()
  3. 11.x 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.

2 methods override EntityInterface::language()
EntityBase::language in core/lib/Drupal/Core/Entity/EntityBase.php
Gets the language of the entity.
ViewUI::language in core/modules/views_ui/src/ViewUI.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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.