You are here

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

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

Get content field in which the webform submission id will be stored.

Return value

string Field machine name.

1 method overrides WebformContentCreatorInterface::getSyncContentField()
WebformContentCreatorEntity::getSyncContentField in src/Entity/WebformContentCreatorEntity.php
Get content field in which the webform submission id will be stored.

File

src/WebformContentCreatorInterface.php, line 144

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

public function getSyncContentField();