You are here

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

Returns the target bundle id.

Return value

string The target bundle id.

1 method overrides WebformContentCreatorInterface::getBundleValue()
WebformContentCreatorEntity::getBundleValue in src/Entity/WebformContentCreatorEntity.php
Returns the target bundle id.

File

src/WebformContentCreatorInterface.php, line 82

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

public function getBundleValue();