You are here

public function WebformContentCreatorInterface::existsContentType in Webform Content Creator 3.x

Same name and namespace in other branches
  1. 8 src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::existsContentType()

Check if the content type entity exists.

Return value

bool True, if content type entity exists. Otherwise, returns false.

1 method overrides WebformContentCreatorInterface::existsContentType()
WebformContentCreatorEntity::existsContentType in src/Entity/WebformContentCreatorEntity.php
Check if the content type entity exists.

File

src/WebformContentCreatorInterface.php, line 151

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

public function existsContentType();