[ 'table' => 'history', 'left_field' => 'nid', 'field' => 'nid', 'extra' => [ ['field' => 'uid', 'value' => '***CURRENT_USER***', 'numeric' => TRUE], ], ], ]; $data['history']['timestamp'] = [ 'title' => t('Has new content'), 'field' => [ 'id' => 'history_user_timestamp', 'help' => t('Show a marker if the content is new or updated.'), ], 'filter' => [ 'help' => t('Show only content that is new or updated.'), 'id' => 'history_user_timestamp', ], ]; return $data; }