You are here

public function QuickNodeCloneEntitySettingsFormInterface::setEntityType in Quick Node Clone 8

Sets the entity type the settings form is for.

Parameters

string $entityTypeId: The entity type id i.e. article.

1 method overrides QuickNodeCloneEntitySettingsFormInterface::setEntityType()
QuickNodeCloneEntitySettingsForm::setEntityType in src/Form/QuickNodeCloneEntitySettingsForm.php
Sets the entity type the settings form is for.

File

src/Form/QuickNodeCloneEntitySettingsFormInterface.php, line 18

Class

QuickNodeCloneEntitySettingsFormInterface
Provides an interface for an Clone Entity forms.

Namespace

Drupal\quick_node_clone\Form

Code

public function setEntityType($entityTypeId);