You are here

Classes, traits, and interfaces in Encrypt 8.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AsymmetricalEncryptionMethod class Drupal\Tests\encrypt\Kernel tests/src/Kernel/AsymmetricalEncryptionMethod.php Tests asymmetrical_encryption_method encryption method.
AsymmetricalEncryptionMethod class Drupal\encrypt_test\Plugin\EncryptionMethod tests/modules/encrypt_test/src/Plugin/EncryptionMethod/AsymmetricalEncryptionMethod.php Encryption-only encryption method, it can NOT decrypt.
AsymmetricalEncryptionMethodCanNotDecryptException class Drupal\encrypt_test\Exception tests/modules/encrypt_test/src/Exception/AsymmetricalEncryptionMethodCanNotDecryptException.php Custom exception for test asymmetrical_encryption_method plugin. 1
ConfigTestEncryptionMethod class Drupal\encrypt_test\Plugin\EncryptionMethod tests/modules/encrypt_test/src/Plugin/EncryptionMethod/ConfigTestEncryptionMethod.php ConfigTestEncryptionMethod testing class.
EncryptCommands class Drupal\encrypt\Commands src/Commands/EncryptCommands.php Class EncryptCommands. 2
EncryptException class Drupal\encrypt\Exception src/Exception/EncryptException.php Class EncryptException. 2
EncryptionMethod class Drupal\encrypt\Annotation src/Annotation/EncryptionMethod.php Defines a EncryptionMethod annotation object.
EncryptionMethodBase abstract class Drupal\encrypt\Plugin\EncryptionMethod src/Plugin/EncryptionMethod/EncryptionMethodBase.php Provides a base class for EncryptionMethod plugins. 3 3
EncryptionMethodCanNotDecryptException class Drupal\encrypt\Exception src/Exception/EncryptionMethodCanNotDecryptException.php Class EncryptException. 3
EncryptionMethodInterface interface Drupal\encrypt src/EncryptionMethodInterface.php Provides an interface for EncryptionMethod plugins. 4 7
EncryptionMethodManager class Drupal\encrypt src/EncryptionMethodManager.php EncryptionMethod plugin manager. 1 2
EncryptionMethodPluginCollection class Drupal\encrypt src/EncryptionMethodPluginCollection.php Provides a container for lazily loading EncryptionMethod plugins. 1
EncryptionMethodPluginFormInterface interface Drupal\encrypt\Plugin src/Plugin/EncryptionMethodPluginFormInterface.php Interface for EncryptionMethod plugins that have a configuration form. 1 2
EncryptionProfile class Drupal\encrypt\Entity src/Entity/EncryptionProfile.php Defines the EncryptionProfile entity. 5
EncryptionProfileDeleteForm class Drupal\encrypt\Form src/Form/EncryptionProfileDeleteForm.php Builds the form to delete profile entities.
EncryptionProfileForm class Drupal\encrypt\Form src/Form/EncryptionProfileForm.php Provides the form to add / edit an EncryptionProfile entity.
EncryptionProfileInterface interface Drupal\encrypt src/EncryptionProfileInterface.php Provides an interface for defining EncryptionProfile entities. 1 2
EncryptionProfileListBuilder class Drupal\encrypt\Controller src/Controller/EncryptionProfileListBuilder.php Provides a listing of encryption profile entities.
EncryptionProfileManager class Drupal\encrypt src/EncryptionProfileManager.php Defines an EncryptionProfile manager. 2
EncryptionProfileManagerInterface interface Drupal\encrypt src/EncryptionProfileManagerInterface.php Provides an interface defining an EncryptionProfile manager. 1
EncryptionProfileTest class Drupal\Tests\encrypt\Unit\Entity tests/src/Unit/Entity/EncryptionProfileTest.php Unit tests for EncryptionProfile class.
EncryptionProfileTestForm class Drupal\encrypt\Form src/Form/EncryptionProfileTestForm.php Provides a form for testing encryption / decryption on a given profile.
EncryptService class Drupal\encrypt src/EncryptService.php Class EncryptService. 4 2
EncryptServiceInterface interface Drupal\encrypt src/EncryptServiceInterface.php Class EncryptService. 1
EncryptServiceTest class Drupal\Tests\encrypt\Unit tests/src/Unit/EncryptServiceTest.php Unit tests for EncryptService class.
EncryptSettingsForm class Drupal\encrypt\Form src/Form/EncryptSettingsForm.php Form builder for the encrypt settings admin page. 1
EncryptTest class Drupal\Tests\encrypt\Functional tests/src/Functional/EncryptTest.php Tests the encrypt admin UI and encryption / decryption service.
EncryptTestBase abstract class Drupal\Tests\encrypt\Functional tests/src/Functional/EncryptTestBase.php Defines a base class for tests. 1
TestEncryptionMethod class Drupal\encrypt_test\Plugin\EncryptionMethod tests/modules/encrypt_test/src/Plugin/EncryptionMethod/TestEncryptionMethod.php TestEncryptionMethod testing class.

Other projects