You are here

public function WebformContentCreatorInterface::getContentType in Webform Content Creator 8

Same name and namespace in other branches
  1. 3.x src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::getContentType()

Returns the entity content type id.

Return value

string The entity content type.

1 method overrides WebformContentCreatorInterface::getContentType()
WebformContentCreatorEntity::getContentType in src/Entity/WebformContentCreatorEntity.php
Returns the entity content 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 getContentType();