You are here

function views_handler_filter_heartbeat_module::construct in Heartbeat 6.3

File

views/handlers/views_handler_filter_heartbeat_module.inc, line 8

Class

views_handler_filter_heartbeat_module
Filter by module

Code

function construct() {
  parent::construct();
  $this->value_value = t('Is module');
  $this->value['module'] = '';
}