You are here

public function farm_fields_handler_filter_entity::entity_ids in farmOS 7

Returns an array of entity IDs to include in the exposed filter.

1 call to farm_fields_handler_filter_entity::entity_ids()
farm_fields_handler_filter_entity::value_form in modules/farm/farm_fields/views/handlers/farm_fields_handler_filter_entity.inc
Options form subform for setting options.
2 methods override farm_fields_handler_filter_entity::entity_ids()
farm_fields_handler_filter_log_owner::entity_ids in modules/farm/farm_fields/views/handlers/farm_fields_handler_filter_log_owner.inc
Define the list of user IDs to include in the exposed filter.
farm_group_handler_filter_asset_group::entity_ids in modules/farm/farm_group/views/handlers/farm_group_handler_filter_asset_group.inc
Define the list of asset IDs to include in the exposed filter.

File

modules/farm/farm_fields/views/handlers/farm_fields_handler_filter_entity.inc, line 32
Definition of farm_fields_handler_filter_entity.

Class

farm_fields_handler_filter_entity
Provide an exposed filter that entity reference options in a select list.

Code

public function entity_ids() {
  return array();
}