public function WebformContentCreatorInterface::getSyncEditContentCheck in Webform Content Creator 8
Same name and namespace in other branches
- 3.x src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::getSyncEditContentCheck()
- 2.x src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::getSyncEditContentCheck()
Check if synchronization between nodes and webform submissions is used.
Return value
bool true, when the synchronization is used. Otherwise, returns false.
1 method overrides WebformContentCreatorInterface::getSyncEditContentCheck()
- WebformContentCreatorEntity::getSyncEditContentCheck in src/
Entity/ WebformContentCreatorEntity.php - Check if synchronization between nodes and webform submissions is used.
File
- src/
WebformContentCreatorInterface.php, line 109
Class
- WebformContentCreatorInterface
- Provides an interface defining an Webform content creator entity.
Namespace
Drupal\webform_content_creatorCode
public function getSyncEditContentCheck();