You are here

Classes, traits, and interfaces in Field Encryption 3.0.x

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
BaseFieldSettingsFormTest class Drupal\Tests\field_encrypt\FunctionalJavascript tests/src/FunctionalJavascript/BaseFieldSettingsFormTest.php Tests for the machine name field.
BaseFieldTest class Drupal\Tests\field_encrypt\Functional tests/src/Functional/BaseFieldTest.php Tests base field encryption.
CacheTest class Drupal\Tests\field_encrypt\Functional tests/src/Functional/CacheTest.php Tests field encryption caching.
CommerceTest class Drupal\Tests\field_encrypt\Functional tests/src/Functional/CommerceTest.php Tests field encryption settings with the Commerce module.
ConfigSubscriber class Drupal\field_encrypt\EventSubscriber src/EventSubscriber/ConfigSubscriber.php Updates existing data when field encryption settings are updated. 2
ConfigurableFieldTest class Drupal\Tests\field_encrypt\Functional tests/src/Functional/ConfigurableFieldTest.php Tests field encryption.
DecryptFieldForm class Drupal\field_encrypt\Form src/Form/DecryptFieldForm.php Confirmation form for removing encryption on field. 1
DynamicEntityHooksTest class Drupal\Tests\field_encrypt\Kernel tests/src/Kernel/DynamicEntityHooksTest.php Tests dynamic entity hook creation.
EncryptedFieldComputedProperty class Drupal\field_encrypt src/EncryptedFieldComputedProperty.php Decrypts the field on demand.
EncryptedFieldStorageItem class Drupal\field_encrypt\Plugin\Field\FieldType src/Plugin/Field/FieldType/EncryptedFieldStorageItem.php Plugin implementation of the 'encrypted_field_storage' field type. 1
EncryptingExistingDataTest class Drupal\Tests\field_encrypt\Functional tests/src/Functional/EncryptingExistingDataTest.php Tests encrypting fields on entities that already exist.
EncryptUserTest class Drupal\Tests\field_encrypt\Functional tests/src/Functional/EncryptUserTest.php Tests user field encryption.
EntityHooksTest class Drupal\Tests\field_encrypt\Functional tests/src/Functional/EntityHooksTest.php Tests Field encrypt's use_eval_for_entity_hooks setting.
EntityTypeForm class Drupal\field_encrypt\Form src/Form/EntityTypeForm.php Configures field encryption on the entity type level. 1
FieldEncryptApiHooksTest class Drupal\Tests\field_encrypt\Functional tests/src/Functional/FieldEncryptApiHooksTest.php Tests Field Encrypt's API hooks.
FieldEncryptEntityType class Drupal\field_encrypt\Entity src/Entity/FieldEncryptEntityType.php Defines the Field Encrypt entity type configuration entity.
FieldEncryptQueueWorkerInterface interface Drupal\field_encrypt\Plugin\QueueWorker src/Plugin/QueueWorker/FieldEncryptQueueWorkerInterface.php An interface for queue workers processed by ProcessQueueForm. 1
FieldEncryptTestBase abstract class Drupal\Tests\field_encrypt\Functional tests/src/Functional/FieldEncryptTestBase.php Base test class for field_encrypt. 6
FieldEncryptUpdatePathTest class Drupal\Tests\field_encrypt\Functional tests/src/Functional/FieldEncryptUpdatePathTest.php Tests that updating from older versions of field encrypt is not supported.
FieldOverviewController class Drupal\field_encrypt\Controller src/Controller/FieldOverviewController.php Renders encrypted fields overview.
KeyChangeTest class Drupal\Tests\field_encrypt\Functional tests/src/Functional/KeyChangeTest.php Tests changing encryption profiles.
PerformanceScriptTest class Drupal\Tests\field_encrypt\Functional tests/src/Functional/PerformanceScriptTest.php Tests the performance script provided by the module.
ProcessEntities class Drupal\field_encrypt src/ProcessEntities.php Service class to process entities and fields for encryption. 11 2
ProcessEntitiesTest class Drupal\Tests\field_encrypt\Unit tests/src/Unit/ProcessEntitiesTest.php Unit Tests for the ProcessEntities service.
ProcessQueueForm class Drupal\field_encrypt\Form src/Form/ProcessQueueForm.php Form builder for the field_encrypt process queue form. 1
SettingsForm class Drupal\field_encrypt\Form src/Form/SettingsForm.php Form builder for the field_encrypt settings admin page. 1
StateManager class Drupal\field_encrypt src/StateManager.php Manages state for the module. 2 2
UpdateEncryptionProfileForm class Drupal\field_encrypt\Form src/Form/UpdateEncryptionProfileForm.php Confirmation form for updating encryption on an entity. 1
UpdateEntityEncryption class Drupal\field_encrypt\Plugin\QueueWorker src/Plugin/QueueWorker/UpdateEntityEncryption.php A Queue Worker that updates an entity's encryption on cron run.

Other projects