You are here

function views_handler_filter_heartbeat_user_requested::construct in Heartbeat 6.4

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

File

views/handlers/views_handler_filter_heartbeat_user_requested.inc, line 15
Implementation of boolean filter to match the requested user with the actor of the activity.

Class

views_handler_filter_heartbeat_user_requested
Class views_handler_filter_heartbeat_user_requested Filter by requested user id

Code

function construct() {
  parent::construct();
  $this->value_value = t('message ... not implemented yet');
}