Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConditionInterface.php

function ConditionInterface::arguments

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

Return value

array 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\Query

Code

public function arguments();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal