You are here

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

Check if the target entity type id is equal to the configured entity type.

Parameters

string $e: Target entity type id.

Return value

bool True, if the parameter is equal to the target entity type id of Webform content creator entity. Otherwise, returns false.

1 method overrides WebformContentCreatorInterface::equalsEntityType()
WebformContentCreatorEntity::equalsEntityType in src/Entity/WebformContentCreatorEntity.php
Check if the target entity type id is equal to the configured entity type.

File

src/WebformContentCreatorInterface.php, line 188

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

public function equalsEntityType($e);