You are here

public function WebformContentCreatorInterface::getSyncDeleteContentCheck in Webform Content Creator 3.x

Same name and namespace in other branches
  1. 8 src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::getSyncDeleteContentCheck()
  2. 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 119

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

public function getSyncDeleteContentCheck();