EncryptionService.php in Encryption 2.x
Same filename and directory in other branches
Namespace
Drupal\encryptionFile
src/EncryptionService.phpView source
<?php
namespace Drupal\encryption;
/**
* Class EncryptionService.
*
* @package Drupal\encryption
*/
class EncryptionService implements EncryptionServiceInterface {
use EncryptionTrait;
}
Classes
Name | Description |
---|---|
EncryptionService | Class EncryptionService. |