function party_hat_options_list in Party 7
Same name and namespace in other branches
- 8.2 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 - Constructs the direct input form.
File
- modules/
party_hat/ party_hat.module, line 624 - 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');
}