Interface for a query that can be manipulated via an alter hook.
Implemented by
Hierarchy
- interface QueryAlterableInterface
Expanded class hierarchy of QueryAlterableInterface
Related topics
File
- core/
includes/ database/ query.inc, line 165 - Non-specific Database query code. Used by all engines.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
QueryAlterableInterface:: |
public | function | Adds additional metadata to the query. |
QueryAlterableInterface:: |
public | function | Adds a tag to a query. |
QueryAlterableInterface:: |
public | function | Retrieves a given piece of metadata. |
QueryAlterableInterface:: |
public | function | Determines if a given query has all specified tags. |
QueryAlterableInterface:: |
public | function | Determines if a given query has any specified tag. |
QueryAlterableInterface:: |
public | function | Determines if a given query has a given tag. |