You are here

public function WebformContentCreatorInterface::getEntityTypeValue in Webform Content Creator 2.x

Returns the target entity type id.

Return value

string The target entity type id.

1 method overrides WebformContentCreatorInterface::getEntityTypeValue()
WebformContentCreatorEntity::getEntityTypeValue in src/Entity/WebformContentCreatorEntity.php
Returns the target entity type id.

File

src/WebformContentCreatorInterface.php, line 63

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

public function getEntityTypeValue();