1 views_plugin_query_default.inc views_plugin_query_default::add_tag($tag)

Adds a query tag to the sql object.

See also

SelectQuery::addTag()

File

core/modules/views/plugins/views_plugin_query_default.inc, line 1085
Defines the default query object.

Class

views_plugin_query_default
Object used to create a SELECT query.

Code

function add_tag($tag) {
  $this->tags[] = $tag;
}