You are here

protected function OpignoModuleResultActions::getEntityManager in Opigno module 8

Same name and namespace in other branches
  1. 3.x src/Plugin/views/field/OpignoModuleResultActions.php \Drupal\opigno_module\Plugin\views\field\OpignoModuleResultActions::getEntityManager()

File

src/Plugin/views/field/OpignoModuleResultActions.php, line 184

Class

OpignoModuleResultActions
A handler to provide a field that is completely custom by the administrator.

Namespace

Drupal\opigno_module\Plugin\views\field

Code

protected function getEntityManager() {

  // This relies on DeprecatedServicePropertyTrait to trigger a deprecation
  // message in case it is accessed.
  return $this->entityManager;
}