You are here

public function WebformContentCreatorInterface::getEncryptionProfile in Webform Content Creator 8

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

Returns the encryption profile.

Return value

string The encryption profile name.

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

File

src/WebformContentCreatorInterface.php, line 141

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

public function getEncryptionProfile();