AlterableInterface

Interface for a query that can be manipulated via an alter hook.

Hierarchy

File

core/lib/Drupal/Core/Database/Query/AlterableInterface.php, line 8

Namespace

Drupal\Core\Database\Query

Members

Name Modifiers Type Description
AlterableInterface::addMetaData public function Adds additional metadata to the query.
AlterableInterface::addTag public function Adds a tag to a query.
AlterableInterface::getMetaData public function Retrieves a given piece of metadata.
AlterableInterface::hasAllTags public function Determines if a given query has all specified tags.
AlterableInterface::hasAnyTag public function Determines if a given query has any specified tag.
AlterableInterface::hasTag public function Determines if a given query has a given tag.
doc_Drupal
2016-10-29 08:44:23
Comments
Leave a Comment

Please login to continue.