PlaceholderInterface::nextPlaceholder

public PlaceholderInterface::nextPlaceholder()

Returns the next placeholder ID for the query.

Return value

The next available placeholder ID as an integer.

File

core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php, line 21

Class

PlaceholderInterface
Interface for a query that accepts placeholders.

Namespace

Drupal\Core\Database\Query

Code

1
public function nextPlaceholder();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.