You are here

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

Check if the target bundle exists.

Return value

bool True, if the target bundle exists. Otherwise, returns false.

1 method overrides WebformContentCreatorInterface::existsBundle()
WebformContentCreatorEntity::existsBundle in src/Entity/WebformContentCreatorEntity.php
Check if the bundle exists.

File

src/WebformContentCreatorInterface.php, line 176

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

public function existsBundle();