You are here

protected property QuickNodeCloneNodeSettingsForm::$entityTypeId in Quick Node Clone 8

The machine name of the entity type.

The entity type id i.e. node

Type: string

Overrides QuickNodeCloneEntitySettingsForm::$entityTypeId

File

src/Form/QuickNodeCloneNodeSettingsForm.php, line 18

Class

QuickNodeCloneNodeSettingsForm
Module settings form.

Namespace

Drupal\quick_node_clone\Form

Code

protected $entityTypeId = 'node';