You are here

protected property Condition::$arguments in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Database/Query/Condition.php \Drupal\Core\Database\Query\Condition::arguments

Array of arguments.

Type: array

File

core/lib/Drupal/Core/Database/Query/Condition.php, line 50

Class

Condition
Generic class for a series of conditions in a query.

Namespace

Drupal\Core\Database\Query

Code

protected $arguments = [];