public function EntityInterface::language in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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()
- Entity::language in core/
lib/ Drupal/ Core/ Entity/ Entity.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 47 - Contains \Drupal\Core\Entity\EntityInterface.
Class
- EntityInterface
- Defines a common interface for all entity objects.
Namespace
Drupal\Core\EntityCode
public function language();