You are here

function crm_core_contact_theme_suggestions_crm_core_organization in CRM Core 8.3

Implements hook_theme_suggestions_HOOK().

1 call to crm_core_contact_theme_suggestions_crm_core_organization()
ContactModuleTest::testOrganizationSuggestions in modules/crm_core_contact/tests/src/Unit/ContactModuleTest.php
Test suggestions.

File

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

Code

function crm_core_contact_theme_suggestions_crm_core_organization(array $variables) {
  return crm_core_contact_theme_suggestions_common('crm_core_organization', $variables['elements']['#crm_core_organization'], $variables['elements']['#view_mode']);
}