You are here

function template_preprocess_crm_core_organization in CRM Core 8.3

Process variables for CRM Core Organization.

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

Parameters

array $variables: An associative array containing:

  • crm_core_organization: The CRM Core Organization entity.

File

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

Code

function template_preprocess_crm_core_organization(array &$variables) {
  crm_core_contact_common_template_preprocess('crm_core_organization', $variables);
}