Select::hasTag |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Determines if a given query has a given tag. |
QueryBase::hasTag |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements Drupal\Core\Database\Query\AlterableInterface::hasTag(). |
Definition::hasTag |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Whether this definition has a tag with the given name |
SelectExtender::hasTag |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Determines if a given query has a given tag. |
TaggingTest::testHasTag |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TaggingTest.php |
Confirms that a query has a tag added to it. |
AlterableInterface::hasTag |
function |
drupal/core/lib/Drupal/Core/Database/Query/AlterableInterface.php |
Determines if a given query has a given tag. |