views_handler_filter_string::operators |
function |
core/modules/views/handlers/views_handler_filter_string.inc |
This kind of construct makes it relatively easy for a child class
to add or remove functionality by overriding this function and
adding/removing items from this array. |
views_handler_filter_numeric::operators |
function |
core/modules/views/handlers/views_handler_filter_numeric.inc |
|
views_handler_filter_user_roles::operators |
function |
core/modules/user/views/views_handler_filter_user_roles.inc |
Override empty and not empty operator labels to be clearer for user roles. |
views_handler_filter_in_operator::operators |
function |
core/modules/views/handlers/views_handler_filter_in_operator.inc |
This kind of construct makes it relatively easy for a child class
to add or remove functionality by overriding this function and
adding/removing items from this array. |
date_views_filter_handler_simple::operators |
function |
core/modules/date/views/date_views_filter_handler_simple.inc |
|
views_handler_filter_many_to_one::operators |
function |
core/modules/views/handlers/views_handler_filter_many_to_one.inc |
This kind of construct makes it relatively easy for a child class
to add or remove functionality by overriding this function and
adding/removing items from this array. |
ViewsHandlerFilterInOperator::testFilterInOperatorSimple |
function |
core/modules/views/tests/handlers/views_handler_filter_in_operator.test |
|