You are here

protected property SynonymForm::$controlledEntityType in Synonyms 8

Same name and namespace in other branches
  1. 2.0.x src/Form/SynonymForm.php \Drupal\synonyms\Form\SynonymForm::controlledEntityType

Entity type that is being edited/added.

Type: \Drupal\Core\Entity\EntityTypeInterface

File

src/Form/SynonymForm.php, line 62

Class

SynonymForm
Entity form for 'synonym' config entity type.

Namespace

Drupal\synonyms\Form

Code

protected $controlledEntityType;