You are here

public function EncryptionProfileManagerInterface::getEncryptionProfile in Encrypt 8.3

Get an encryption profile based on the ID.

Parameters

string $encryption_profile_id: ID of EncryptionProfile entity.

Return value

\Drupal\encrypt\EncryptionProfileInterface The EncryptionProfile entity.

1 method overrides EncryptionProfileManagerInterface::getEncryptionProfile()
EncryptionProfileManager::getEncryptionProfile in src/EncryptionProfileManager.php
Get an encryption profile based on the ID.

File

src/EncryptionProfileManagerInterface.php, line 19

Class

EncryptionProfileManagerInterface
Provides an interface defining an EncryptionProfile manager.

Namespace

Drupal\encrypt

Code

public function getEncryptionProfile($encryption_profile_id);