function ConditionInterface::arguments
Same name in other branches
- 9 core/lib/Drupal/Core/Database/Query/ConditionInterface.php \Drupal\Core\Database\Query\ConditionInterface::arguments()
- 10 core/lib/Drupal/Core/Database/Query/ConditionInterface.php \Drupal\Core\Database\Query\ConditionInterface::arguments()
- 11.x core/lib/Drupal/Core/Database/Query/ConditionInterface.php \Drupal\Core\Database\Query\ConditionInterface::arguments()
Gets a complete list of all values to insert into the prepared statement.
Return value
An associative array of placeholders and values.
2 methods override ConditionInterface::arguments()
- Condition::arguments in core/
lib/ Drupal/ Core/ Database/ Query/ Condition.php - Gets a complete list of all values to insert into the prepared statement.
- SelectExtender::arguments in core/
lib/ Drupal/ Core/ Database/ Query/ SelectExtender.php - Gets a complete list of all values to insert into the prepared statement.
File
-
core/
lib/ Drupal/ Core/ Database/ Query/ ConditionInterface.php, line 176
Class
- ConditionInterface
- Interface for a conditional clause in a query.
Namespace
Drupal\Core\Database\QueryCode
public function arguments();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.