You are here

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

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

Returns the encryption method.

Return value

bool true, when an encryption profile is used. Otherwise, returns false.

1 method overrides WebformContentCreatorInterface::getEncryptionCheck()
WebformContentCreatorEntity::getEncryptionCheck in src/Entity/WebformContentCreatorEntity.php
Returns the encryption method.

File

src/WebformContentCreatorInterface.php, line 135

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

public function getEncryptionCheck();