You are here

public function views_plugin_query_default::add_tag in Views (for Drupal 7) 7.3

Adds a query tag to the sql object.

See also

SelectQuery::addTag()

File

plugins/views_plugin_query_default.inc, line 1109
Definition of views_plugin_query_default.

Class

views_plugin_query_default
Object used to create a SELECT query.

Code

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