protected static property LogFilter::$_fields in Log Filter 7
@type array
File
- ./
LogFilter.inc, line 90 - Drupal Log Filter module
Class
- LogFilter
- @file Drupal Log Filter module
Code
protected static $_fields = array(
'settings' => array(
'only_own',
'delete_logs_max',
'translate',
'pager_range',
),
'filter' => array(
'name',
// Hidden.
'origin',
'name_suggest',
'description',
'require_admin',
),
'conditions' => array(
'time_range',
'time_from',
'time_from_proxy',
// Skip in actual conditions.
'time_to',
'time_to_proxy',
// Skip in actual conditions.
'severity',
'type_wildcard',
// Skip in actual conditions.
'type',
'role',
// Default in database: -1.
'uid',
// Default in database: -1.
'hostname',
'location',
'referer',
),
'order_by' => array(
'orderby_',
'descending_',
),
);