You are here

public function FlexiformFormEntityBase::getEntityType in Flexiform 8

Get the entity type.

Overrides FlexiformFormEntityInterface::getEntityType

2 methods override FlexiformFormEntityBase::getEntityType()
FlexiformFormEntityProvided::getEntityType in src/Plugin/FlexiformFormEntity/FlexiformFormEntityProvided.php
Get the entity type.
UserProfile::getEntityType in src/Plugin/FlexiformFormEntity/UserProfile.php
Get the entity type.

File

src/FormEntity/FlexiformFormEntityBase.php, line 86

Class

FlexiformFormEntityBase
Provides the base form entity plugin.

Namespace

Drupal\flexiform\FormEntity

Code

public function getEntityType() {
  return $this->pluginDefinition['entity_type'];
}