function SelectQuery::hasAllTags

Overrides QueryAlterableInterface::hasAllTags

File

includes/database/select.inc, line 1004

Class

SelectQuery
Query builder for SELECT statements.

Code

public function hasAllTags() {
    $args = func_get_args();
    return !(bool) array_diff($args, array_keys($this->alterTags));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.