function QueryBase::hasAllTags

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/Query/QueryBase.php \Drupal\Core\Entity\Query\QueryBase::hasAllTags()
  2. 8.9.x core/lib/Drupal/Core/Entity/Query/QueryBase.php \Drupal\Core\Entity\Query\QueryBase::hasAllTags()
  3. 10 core/lib/Drupal/Core/Entity/Query/QueryBase.php \Drupal\Core\Entity\Query\QueryBase::hasAllTags()

Overrides AlterableInterface::hasAllTags

File

core/lib/Drupal/Core/Entity/Query/QueryBase.php, line 370

Class

QueryBase
The base entity query class.

Namespace

Drupal\Core\Entity\Query

Code

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

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