protected function OpignoModuleResultActions::getView 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::getView()
Returns the top object of a view.
Return value
\Drupal\views\ViewExecutable The view object.
Overrides EntityTranslationRenderTrait::getView
File
- src/
Plugin/ views/ field/ OpignoModuleResultActions.php, line 214
Class
- OpignoModuleResultActions
- A handler to provide a field that is completely custom by the administrator.
Namespace
Drupal\opigno_module\Plugin\views\fieldCode
protected function getView() {
return $this->view;
}