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