You are here

Classes, traits, and interfaces in Field Encryption 8.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ConfigSubscriber class Drupal\field_encrypt\EventSubscriber src/EventSubscriber/ConfigSubscriber.php Updates existing data when field encryption settings are updated. 2
CronEncryptedFieldUpdate class Drupal\field_encrypt\Plugin\QueueWorker src/Plugin/QueueWorker/CronEncryptedFieldUpdate.php A Queue Worker that updates field encryption on cron run.
EncryptedFieldUpdateBase abstract class Drupal\field_encrypt\Plugin\QueueWorker src/Plugin/QueueWorker/EncryptedFieldUpdateBase.php Provides base functionality for the EncryptedFieldUpdate Queue Workers. 1 1
EncryptedFieldValue class Drupal\field_encrypt\Entity src/Entity/EncryptedFieldValue.php Defines the EncryptedFieldValue entity. 2
EncryptedFieldValueInterface interface Drupal\field_encrypt\Entity src/Entity/EncryptedFieldValueInterface.php Provides an interface defining an EncryptedFieldValue entity. 1 1
EncryptedFieldValueManager class Drupal\field_encrypt src/EncryptedFieldValueManager.php Manager containing common functions to manage EncryptedFieldValue entities. 1 2
EncryptedFieldValueManagerInterface interface Drupal\field_encrypt src/EncryptedFieldValueManagerInterface.php Interface EncryptedFieldValueManagerInterface. 1 1
EncryptedFieldValueManagerTest class Drupal\Tests\field_encrypt\Unit tests/src/Unit/EncryptedFieldValueManagerTest.php Unit Tests for the EncryptedFieldValueManager service.
FieldEncryptCacheTest class Drupal\Tests\field_encrypt\Functional tests/src/Functional/FieldEncryptCacheTest.php Tests field encryption caching.
FieldEncryptCommerceTest class Drupal\Tests\field_encrypt\Functional tests/src/Functional/FieldEncryptCommerceTest.php Tests field encryption settings with the Commerce module.
FieldEncryptDecryptForm class Drupal\field_encrypt\Form src/Form/FieldEncryptDecryptForm.php Confirmation form for removing encryption on field. 1
FieldEncryptProcessEntities class Drupal\field_encrypt src/FieldEncryptProcessEntities.php Service class to process entities and fields for encryption. 1 2
FieldEncryptProcessEntitiesInterface interface Drupal\field_encrypt src/FieldEncryptProcessEntitiesInterface.php Interface for service class to process entities and fields for encryption. 1 1
FieldEncryptProcessEntitiesTest class Drupal\Tests\field_encrypt\Unit tests/src/Unit/FieldEncryptProcessEntitiesTest.php Unit Tests for the FieldEncryptProcessEntities service.
FieldEncryptSettingsForm class Drupal\field_encrypt\Form src/Form/FieldEncryptSettingsForm.php Form builder for the field_encrypt settings admin page. 1
FieldEncryptTest class Drupal\Tests\field_encrypt\Functional tests/src/Functional/FieldEncryptTest.php Tests field encryption.
FieldEncryptTestBase abstract class Drupal\Tests\field_encrypt\Functional tests/src/Functional/FieldEncryptTestBase.php Base test class for field_encrypt. 3
FieldEncryptUpdateForm class Drupal\field_encrypt\Form src/Form/FieldEncryptUpdateForm.php Form builder for the field_encrypt field update page. 1
FieldOverviewController class Drupal\field_encrypt\Controller src/Controller/FieldOverviewController.php Renders encrypted fields overview.

Other projects