function EntityOperations::getLanguageManager
Returns the language manager.
Return value
\Drupal\Core\Language\LanguageManagerInterface The language manager.
Overrides EntityTranslationRenderTrait::getLanguageManager
File
-
core/
modules/ views/ src/ Plugin/ views/ field/ EntityOperations.php, line 191
Class
- EntityOperations
- Renders all operations links for an entity.
Namespace
Drupal\views\Plugin\views\fieldCode
protected function getLanguageManager() {
return $this->languageManager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.