You are here

public function QuickNodeCloneEntitySettingsFormInterface::getEntityTypeId in Quick Node Clone 8

Returns the entity type Id. i.e. article.

Return value

string The entity type id.

1 method overrides QuickNodeCloneEntitySettingsFormInterface::getEntityTypeId()
QuickNodeCloneEntitySettingsForm::getEntityTypeId in src/Form/QuickNodeCloneEntitySettingsForm.php
Returns the entity type Id. i.e. article.

File

src/Form/QuickNodeCloneEntitySettingsFormInterface.php, line 26

Class

QuickNodeCloneEntitySettingsFormInterface
Provides an interface for an Clone Entity forms.

Namespace

Drupal\quick_node_clone\Form

Code

public function getEntityTypeId();