protected function EntityBase::languageManager in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::languageManager()
- 9 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::languageManager()
Gets the language manager.
Return value
\Drupal\Core\Language\LanguageManagerInterface
3 calls to EntityBase::languageManager()
- ContentEntityBase::getLanguages in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - ContentEntityBase::isTranslatable in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Returns the translation support status.
- ContentEntityBase::setDefaultLangcode in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Populates the local cache for the default language code.
File
- core/
lib/ Drupal/ Core/ Entity/ EntityBase.php, line 90
Class
- EntityBase
- Defines a base entity class.
Namespace
Drupal\Core\EntityCode
protected function languageManager() {
return \Drupal::languageManager();
}