You are here

public function EntityInlineForm::getEntityType in Inline Entity Form 8

Gets the entity type managed by this handler.

Return value

\Drupal\Core\Entity\EntityTypeInterface The entity type.

Overrides InlineFormInterface::getEntityType

File

src/Form/EntityInlineForm.php, line 90

Class

EntityInlineForm
Generic entity inline form handler.

Namespace

Drupal\inline_entity_form\Form

Code

public function getEntityType() {
  return $this->entityType;
}