You are here

public function views_xml_backend_plugin_query_xml::add_filter in Views XML Backend 7

Same name and namespace in other branches
  1. 6 views_xml_backend_plugin_query_xml.inc \views_xml_backend_plugin_query_xml::add_filter()

File

./views_xml_backend_plugin_query_xml.inc, line 418
Contains views_xml_backend_plugin_query_xml.

Class

views_xml_backend_plugin_query_xml
@file Contains views_xml_backend_plugin_query_xml.

Code

public function add_filter($filter) {
  $this->filter[$filter->options['group']][] = $filter;
}