public function entity_views_handler_field_options::query in Entity API 7
Overridden to add the field for the entity ID (if necessary).
Overrides views_handler_field::query
File
- views/
handlers/ entity_views_handler_field_options.inc, line 44 - Contains the entity_views_handler_field_options class.
Class
- entity_views_handler_field_options
- A handler to provide proper displays for values chosen from a set of options.
Code
public function query() {
EntityFieldHandlerHelper::query($this);
}