You are here

function civicrm_entity_theme in CiviCRM Entity 8.3

Same name and namespace in other branches
  1. 7.2 civicrm_entity.module \civicrm_entity_theme()

Implements hook_theme().

File

./civicrm_entity.module, line 36
Module file for the CiviCRM Entity module.

Code

function civicrm_entity_theme() {
  return [
    'civicrm_entity_entity_form' => [
      'render element' => 'form',
    ],
    'civicrm_entity' => [
      'render element' => 'elements',
    ],
  ];
}