You are here

public function EncryptionProfileManagerInterface::getEncryptionProfileNamesAsOptions in Encrypt 8.3

Get EncryptionProfiles as options list for a select element.

Return value

array An array of encryption profile names, indexed by id.

1 method overrides EncryptionProfileManagerInterface::getEncryptionProfileNamesAsOptions()
EncryptionProfileManager::getEncryptionProfileNamesAsOptions in src/EncryptionProfileManager.php
Get EncryptionProfiles as options list for a select element.

File

src/EncryptionProfileManagerInterface.php, line 57

Class

EncryptionProfileManagerInterface
Provides an interface defining an EncryptionProfile manager.

Namespace

Drupal\encrypt

Code

public function getEncryptionProfileNamesAsOptions();