You are here

public function EncryptionProfileManagerInterface::getEncryptionProfilesByEncryptionKey in Encrypt 8.3

Get EncryptionProfile entities by encryption Key entity ID.

Parameters

string $key_id: The plugin ID of the EncryptionMethod.

Return value

\Drupal\encrypt\EncryptionProfileInterface[] An array of EncryptionProfile entities.

1 method overrides EncryptionProfileManagerInterface::getEncryptionProfilesByEncryptionKey()
EncryptionProfileManager::getEncryptionProfilesByEncryptionKey in src/EncryptionProfileManager.php
Get EncryptionProfile entities by encryption Key entity ID.

File

src/EncryptionProfileManagerInterface.php, line 49

Class

EncryptionProfileManagerInterface
Provides an interface defining an EncryptionProfile manager.

Namespace

Drupal\encrypt

Code

public function getEncryptionProfilesByEncryptionKey($key_id);