public function WebformContentCreatorInterface::getEncryptionProfile in Webform Content Creator 2.x
Same name and namespace in other branches
- 8 src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::getEncryptionProfile()
- 3.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 160
Class
- WebformContentCreatorInterface
- Provides an interface defining an Webform content creator entity.
Namespace
Drupal\webform_content_creatorCode
public function getEncryptionProfile();