You are here

function template_preprocess_crm_core_individual in CRM Core 8.3

Process variables for CRM Core Individual.

Default template: crm-core-individual.html.twig.

Parameters

array $variables: An associative array containing:

  • crm_core_individual: The CRM Core Individual entity.

File

modules/crm_core_contact/crm_core_contact.module, line 35
Provides default CRM Core Contact entities and the ability to create more.

Code

function template_preprocess_crm_core_individual(array &$variables) {
  crm_core_contact_common_template_preprocess('crm_core_individual', $variables);
}