function EntityInterface::language
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::language()
- 10 core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::language()
- 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\EntityCode
public function language();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.