You are here

public function EncryptServiceInterface::loadEncryptionMethods in Encrypt 8.3

Returns the registered encryption method plugins.

Parameters

bool $with_deprecated: If TRUE, also return plugins marked as deprecated.

Return value

array List of encryption methods.

1 method overrides EncryptServiceInterface::loadEncryptionMethods()
EncryptService::loadEncryptionMethods in src/EncryptService.php
Returns the registered encryption method plugins.

File

src/EncryptServiceInterface.php, line 21

Class

EncryptServiceInterface
Class EncryptService.

Namespace

Drupal\encrypt

Code

public function loadEncryptionMethods($with_deprecated = TRUE);