Draft: add config_target for batch_size, encryption_profile, make_entities_uncacheable
Compare changes
+ 3
− 0
@@ -76,6 +76,7 @@ class SettingsForm extends ConfigFormBase {
@@ -76,6 +76,7 @@ class SettingsForm extends ConfigFormBase {
'Select the encryption profile to use for encrypting fields. New entities and revisions will always use this profile. Existing entities and revisions can be updated via <a href=":link">Encrypted fields entity type settings</a>',
@@ -89,6 +90,7 @@ class SettingsForm extends ConfigFormBase {
@@ -89,6 +90,7 @@ class SettingsForm extends ConfigFormBase {
'#description' => $this->t('This ensures unencrypted data is not exposed in the cache. However, it negatively impacts performance because it prevents caching of all entity types for which field encryption is enabled, even entity bundles that do not have any encrypted fields.'),
@@ -140,6 +142,7 @@ class SettingsForm extends ConfigFormBase {
@@ -140,6 +142,7 @@ class SettingsForm extends ConfigFormBase {
'#description' => $this->t('Specify the number of entities to process on each field update batch execution. It is recommended to keep this number low, to avoid timeouts.'),