public function Connection::nextId in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::nextId()
File
- lib/
Drupal/ Core/ Database/ Connection.php, line 199 - Contains \Drupal\Core\Database\Connection.
Class
Namespace
Drupal\Core\DatabaseCode
public function nextId($existing_id = 0) {
return $this->connection
->nextId($existing_id);
}