public function OpignoModuleResultActions::getEntityTypeId 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::getEntityTypeId()
Returns the entity type identifier.
Return value
string The entity type identifier.
Overrides EntityTranslationRenderTrait::getEntityTypeId
File
- src/
Plugin/ views/ field/ OpignoModuleResultActions.php, line 177
Class
- OpignoModuleResultActions
- A handler to provide a field that is completely custom by the administrator.
Namespace
Drupal\opigno_module\Plugin\views\fieldCode
public function getEntityTypeId() {
return $this
->getEntityType();
}