You are here

function party_hat_theme in Party 7

Same name and namespace in other branches
  1. 8.2 modules/party_hat/party_hat.module \party_hat_theme()

Implements hook_theme().

File

modules/party_hat/party_hat.module, line 550
party_hat.module Provides an extensible access system for parties.

Code

function party_hat_theme($existing, $type, $theme, $path) {
  return array(
    'crm_hat_data_set_rules_form' => array(
      'render element' => 'form',
    ),
  );
}