public function WebformContentCreatorInterface::setBundleValue in Webform Content Creator 2.x
Sets the target bundle id.
Parameters
string $bundle: Target bundle id.
Return value
$this The Webform Content Creator entity.
1 method overrides WebformContentCreatorInterface::setBundleValue()
- WebformContentCreatorEntity::setBundleValue in src/
Entity/ WebformContentCreatorEntity.php - Sets the target bundle id.
File
- src/
WebformContentCreatorInterface.php, line 93
Class
- WebformContentCreatorInterface
- Provides an interface defining an Webform content creator entity.
Namespace
Drupal\webform_content_creatorCode
public function setBundleValue($bundle);