You are here

Functions in Field Encryption 3.0.x

Primary tabs

Namesort descending Location Description Direct uses Strings
field_encrypt_cron ./field_encrypt.module Implements hook_cron().
field_encrypt_encryption_profile_predelete ./field_encrypt.module Implements hook_ENTITY_TYPE_predelete().
field_encrypt_entity_base_field_info ./field_encrypt.module Implements hook_entity_base_field_info().
field_encrypt_entity_base_field_info_alter ./field_encrypt.module Implements hook_entity_base_field_info_alter().
field_encrypt_entity_insert ./field_encrypt.module Implements hook_entity_insert().
field_encrypt_entity_presave ./field_encrypt.module Implements hook_entity_presave().
field_encrypt_entity_storage_load ./field_encrypt.module Implements hook_entity_storage_load().
field_encrypt_entity_type_alter ./field_encrypt.module Implements hook_entity_type_alter().
field_encrypt_entity_update ./field_encrypt.module Implements hook_entity_update().
field_encrypt_entity_view ./field_encrypt.module Implements hook_entity_view().
field_encrypt_form_alter ./field_encrypt.module Implements hook_form_alter().
field_encrypt_form_field_add_form_builder ./field_encrypt.module Update the field storage configuration to set the encryption state. 1
field_encrypt_has_encrypted_fields ./field_encrypt.module Verify if the given entity has encrypted fields. 5
field_encrypt_install ./field_encrypt.install Implements hook_install().
field_encrypt_module_implements_alter ./field_encrypt.module Implements hook_module_implements_alter().
field_encrypt_requirements ./field_encrypt.install Implements hook_requirements().
field_encrypt_test_entity_base_field_info tests/modules/field_encrypt_test/field_encrypt_test.module Implements hook_entity_base_field_info().
field_encrypt_test_entity_base_field_info_alter tests/modules/field_encrypt_test/field_encrypt_test.module Implements hook_entity_base_field_info_alter().
field_encrypt_test_entity_delete tests/modules/field_encrypt_test/field_encrypt_test.module Implements hook_entity_delete().
field_encrypt_test_entity_insert tests/modules/field_encrypt_test/field_encrypt_test.module Implements hook_entity_insert().
field_encrypt_test_entity_update tests/modules/field_encrypt_test/field_encrypt_test.module Implements hook_entity_update().
field_encrypt_test_field_encrypt_allow_encryption tests/modules/field_encrypt_test/field_encrypt_test.module Implements hook_field_encrypt_allow_encryption().
field_encrypt_test_field_encrypt_unencrypted_storage_value_alter tests/modules/field_encrypt_test/field_encrypt_test.module Implements hook_field_encrypt_unencrypted_storage_value_alter().
field_encrypt_test_install tests/modules/field_encrypt_test/field_encrypt_test.install Implements hook_install().
field_encrypt_test_node_delete tests/modules/field_encrypt_test/field_encrypt_test.module Implements hook_ENTITY_TYPE_delete().
field_encrypt_test_node_insert tests/modules/field_encrypt_test/field_encrypt_test.module Implements hook_ENTITY_TYPE_insert().
field_encrypt_test_node_update tests/modules/field_encrypt_test/field_encrypt_test.module Implements hook_ENTITY_TYPE_update().
field_encrypt_uninstall ./field_encrypt.install Implements hook_uninstall().
field_encrypt_update_last_removed ./field_encrypt.install Implements hook_update_last_removed().
hook_field_encrypt_allow_encryption ./field_encrypt.api.php Hook to specify if a given entity should be encrypted.
_field_encrypt_can_eval ./field_encrypt.module Determines if eval() is enabled on this PHP installation. 5
_field_encrypt_define_entity_hooks ./field_encrypt.module Creates entity hooks for entity types with encrypted fields. 2
_field_encrypt_entity_hooks ./field_encrypt.module Generates PHP code to define necessary entity hooks. 3

Other projects