You are here

protected function EntityFormField::getEntityTypeManager in Views Entity Form Field 8

Returns the entity type manager.

Return value

\Drupal\Core\Entity\EntityTypeManagerInterface The entity type manager service.

Overrides EntityTranslationRenderTrait::getEntityTypeManager

File

src/Plugin/views/field/EntityFormField.php, line 132

Class

EntityFormField
Defines a views form element for an entity field widget.

Namespace

Drupal\views_entity_form_field\Plugin\views\field

Code

protected function getEntityTypeManager() {
  return $this->entityTypeManager;
}