You are here

function views_handler_filter_heartbeat_access::option_definition in Heartbeat 6.4

Same name and namespace in other branches
  1. 6.3 views/handlers/views_handler_filter_heartbeat_access.inc \views_handler_filter_heartbeat_access::option_definition()

Implementation override option_definition Information about options for all kinds of purposes will be held here.

Return value

array options definition

File

views/handlers/views_handler_filter_heartbeat_access.inc, line 29
Numeric filter implementation for heartbeat access states. Per stream we can set the view to query differently.

Class

views_handler_filter_heartbeat_access
Class views_handler_filter_heartbeat_access Filter by access type or stream type

Code

function option_definition() {
  $options = parent::option_definition();
  return $options;
}