You are here

function views_handler_filter_heartbeat_access::options 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::options()

Set default values for the heartbeat access filter.

File

views/handlers/views_handler_filter_heartbeat_access.inc, line 37
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 options(&$options) {
  parent::options($options);
  $options['value']['access'] = array();
}