interface QueryInterface in Multiversion 8.2
Same name and namespace in other branches
- 8 src/Entity/Query/QueryInterface.php \Drupal\multiversion\Entity\Query\QueryInterface
Hierarchy
- interface \Drupal\Core\Database\Query\AlterableInterface
- interface \Drupal\Core\Entity\Query\QueryInterface
- interface \Drupal\multiversion\Entity\Query\QueryInterface
- interface \Drupal\Core\Entity\Query\QueryInterface
Expanded class hierarchy of QueryInterface
All classes that implement QueryInterface
2 files declare their use of QueryInterface
- InstallTest.php in src/
Tests/ InstallTest.php - Query.php in src/
Entity/ Query/ Sql/ Query.php
File
- src/
Entity/ Query/ QueryInterface.php, line 7
Namespace
Drupal\multiversion\Entity\QueryView source
interface QueryInterface extends CoreQueryInterface {
/**
* @return \Drupal\multiversion\Entity\Query\QueryInterface
*/
public function isDeleted();
/**
* @return \Drupal\multiversion\Entity\Query\QueryInterface
*/
public function isNotDeleted();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AlterableInterface:: |
public | function | Adds additional metadata to the query. | 3 |
AlterableInterface:: |
public | function | Adds a tag to a query. | 3 |
AlterableInterface:: |
public | function | Retrieves a given piece of metadata. | 3 |
AlterableInterface:: |
public | function | Determines if a given query has all specified tags. | 3 |
AlterableInterface:: |
public | function | Determines if a given query has any specified tag. | 3 |
AlterableInterface:: |
public | function | Determines if a given query has a given tag. | 3 |
QueryInterface:: |
public | function | 1 | |
QueryInterface:: |
public | function | Queries all the revisions. | 1 |
QueryInterface:: |
public | function | Creates a new group of conditions ANDed together. | 1 |
QueryInterface:: |
public | function | Add a condition to the query or a condition group. | 1 |
QueryInterface:: |
public | function | Makes this a count query. | 1 |
QueryInterface:: |
public | function | Queries the current revision. | 1 |
QueryInterface:: |
public | function | Execute the query. | 5 |
QueryInterface:: |
public | function | Queries for a non-empty value on a field. | 1 |
QueryInterface:: |
public | function | Gets the ID of the entity type for this query. | 1 |
QueryInterface:: |
public | function | ||
QueryInterface:: |
public | function | ||
QueryInterface:: |
public | function | Queries the latest revision. | 1 |
QueryInterface:: |
public | function | Queries for an empty field. | 1 |
QueryInterface:: |
public | function | Creates a new group of conditions ORed together. | 1 |
QueryInterface:: |
public | function | Enables a pager for the query. | 1 |
QueryInterface:: |
public | function | 1 | |
QueryInterface:: |
public | function | 1 | |
QueryInterface:: |
public | function | Enables sortable tables for this query. | 1 |