You are here

EncryptionService.php in Encryption 2.x

Same filename and directory in other branches
  1. 8 src/EncryptionService.php

Namespace

Drupal\encryption

File

src/EncryptionService.php
View source
<?php

namespace Drupal\encryption;


/**
 * Class EncryptionService.
 *
 * @package Drupal\encryption
 */
class EncryptionService implements EncryptionServiceInterface {
  use EncryptionTrait;

}

Classes

Namesort descending Description
EncryptionService Class EncryptionService.