You are here

public function FlexiformFormEntityProvided::getEntityType in Flexiform 8

Get the entity type.

Overrides FlexiformFormEntityBase::getEntityType

File

src/Plugin/FlexiformFormEntity/FlexiformFormEntityProvided.php, line 93

Class

FlexiformFormEntityProvided
Form Entity plugin.

Namespace

Drupal\flexiform\Plugin\FlexiformFormEntity

Code

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