Interface for a query that accepts placeholders.
Hierarchy
- interface \Drupal\Core\Database\Query\PlaceholderInterface
File
- core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php, line 8
Namespace
Drupal\Core\Database\Query
Members
Name | Modifiers | Type | Description |
---|---|---|---|
PlaceholderInterface::nextPlaceholder | public | function | Returns the next placeholder ID for the query. |
PlaceholderInterface::uniqueIdentifier | public | function | Returns a unique identifier for this object. |
Please login to continue.