function gdpr_fields_get_gdpr_data in General Data Protection Regulation 7
Fetch metadata for all context plugins.
Return value
array An array of arrays with information about all available panel contexts.
1 call to gdpr_fields_get_gdpr_data()
- gdpr_fields_gdpr_fields_default_field_data in modules/
gdpr_fields/ gdpr_fields.module - Implements hook_gdpr_fields_default_field_data().
File
- modules/
gdpr_fields/ gdpr_fields.module, line 39 - Module file for the GDPR Fields module.
Code
function gdpr_fields_get_gdpr_data() {
ctools_include('plugins');
return ctools_get_plugins('gdpr_fields', 'gdpr_data');
}