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

Breadcrumb

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

function Query::nextPlaceholder

Gets the next placeholder value for this query object.

Return value

int The next placeholder value.

Overrides PlaceholderInterface::nextPlaceholder

File

core/lib/Drupal/Core/Database/Query/Query.php, line 142

Class

Query
Base class for query builders.

Namespace

Drupal\Core\Database\Query

Code

public function nextPlaceholder() {
    return $this->nextPlaceholder++;
}

API Navigation

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