public function WebformContentCreatorInterface::getSyncContentField in Webform Content Creator 8
Same name and namespace in other branches
- 3.x src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::getSyncContentField()
- 2.x src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::getSyncContentField()
Get node 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 node field in which the webform submission id will be stored.
File
- src/
WebformContentCreatorInterface.php, line 125
Class
- WebformContentCreatorInterface
- Provides an interface defining an Webform content creator entity.
Namespace
Drupal\webform_content_creatorCode
public function getSyncContentField();