You are here

function views_handler_filter_heartbeat_perms::admin_summary in Heartbeat 6.4

Display the filter on the administrative summary.

File

views/handlers/views_handler_filter_heartbeat_perms.inc, line 22
Implementation of equality filter to match the permission configuration with the message permission.

Class

views_handler_filter_heartbeat_perms
Class views_handler_filter_heartbeat_perms

Code

function admin_summary() {
  $options = _heartbeat_perms_options();
  return !empty($this->value) ? $options[$this->value] : $options[1];
}