You are here

public static function RulesDataUIPartyHatName::render in Party 8.2

Same name and namespace in other branches
  1. 7 modules/party_hat/party_hat.rules.inc \RulesDataUIPartyHatName::render()

File

modules/party_hat/party_hat.rules.inc, line 141
Rules integration with party hats.

Class

RulesDataUIPartyHatName
Adds a hat chooser form to the enabling action.

Code

public static function render($value) {
  return array();
}