You are here

function gdpr_tasks_sars_callback_name_field in General Data Protection Regulation 7

GDPR SARs render callback for name fields.

1 string reference to 'gdpr_tasks_sars_callback_name_field'
gdpr_tasks_field_metatdata_property_info_alter in modules/gdpr_tasks/gdpr_tasks.module
Field entity metadata property callback.

File

modules/gdpr_tasks/gdpr_tasks.module, line 908
Module file for the GDPR Tasks module.

Code

function gdpr_tasks_sars_callback_name_field(EntityMetadataWrapper $value) {
  return name_format($value
    ->value(), '((((t+ig)+im)+if)+is)+jc');
}