public function ConditionInterface::arguments

Gets a complete list of all values to insert into the prepared statement.

Return value

An associative array of placeholders and values.

6 methods override ConditionInterface::arguments()
Condition::arguments in drupal/core/lib/Drupal/Core/Database/Query/Condition.php
Implements Drupal\Core\Database\Query\ConditionInterface::arguments().
Delete::arguments in drupal/core/lib/Drupal/Core/Database/Query/Delete.php
Implements Drupal\Core\Database\Query\ConditionInterface::arguments().
Merge::arguments in drupal/core/lib/Drupal/Core/Database/Query/Merge.php
Implements Drupal\Core\Database\Query\ConditionInterface::arguments().
Select::arguments in drupal/core/lib/Drupal/Core/Database/Query/Select.php
Gets a complete list of all values to insert into the prepared statement.
SelectExtender::arguments in drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php
Gets a complete list of all values to insert into the prepared statement.

... See full list

File

drupal/core/lib/Drupal/Core/Database/Query/ConditionInterface.php, line 136
Definition of Drupal\Core\Database\Query\ConditionInterface

Class

ConditionInterface
Interface for a conditional clause in a query.

Namespace

Drupal\Core\Database\Query

Code

public function arguments();