function party_hat_options_list in Party 8.2
Same name and namespace in other branches
- 7 modules/party_hat/party_hat.module \party_hat_options_list()
Implements hook_options_list().
1 call to party_hat_options_list()
- RulesDataUIPartyHatName::inputForm in modules/
party_hat/ party_hat.rules.inc
File
- modules/
party_hat/ party_hat.module, line 594 - party_hat.module Provides an extensible access system for parties.
Code
function party_hat_options_list($field, $instance, $entity_type, $entity) {
return party_hat_build_hat_options(NULL, NULL, 'edit');
}