You are here

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

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

Returns the entity webform id.

Return value

string The entity webform.

1 method overrides WebformContentCreatorInterface::getWebform()
WebformContentCreatorEntity::getWebform in src/Entity/WebformContentCreatorEntity.php
Returns the entity webform id.

File

src/WebformContentCreatorInterface.php, line 101

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

public function getWebform();