This PR introduces a new hook that can be implemented, to allow other modules to stop the encryption of a field property, based on conditions they can set.
This allows for the use case laid out in https://github.com/d8-contrib-modules/field_encrypt/issues/47 by @arknoll.
See https://github.com/d8-contrib-modules/field_encrypt/issues/47 for details.
This PR introduces a new hook that can be implemented, to allow other modules to stop the encryption of a field property, based on conditions they can set. This allows for the use case laid out in https://github.com/d8-contrib-modules/field_encrypt/issues/47 by @arknoll.