You are here

public static function RulesDataUIPartyHatName::render in Party 7

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

Render the configured value.

Return value

array A renderable array.

Overrides RulesDataDirectInputFormInterface::render

File

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

Class

RulesDataUIPartyHatName
Adds a hat chooser form to the enabling action.

Code

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