protected function OpignoModuleResultActions::getLanguageManager in Opigno module 8
Same name and namespace in other branches
- 3.x src/Plugin/views/field/OpignoModuleResultActions.php \Drupal\opigno_module\Plugin\views\field\OpignoModuleResultActions::getLanguageManager()
Returns the language manager.
Return value
\Drupal\Core\Language\LanguageManagerInterface The language manager.
Overrides EntityTranslationRenderTrait::getLanguageManager
File
- src/
Plugin/ views/ field/ OpignoModuleResultActions.php, line 207
Class
- OpignoModuleResultActions
- A handler to provide a field that is completely custom by the administrator.
Namespace
Drupal\opigno_module\Plugin\views\fieldCode
protected function getLanguageManager() {
return $this->languageManager;
}