Search for nextId

  1. Search 7.x for nextId
  2. Search 9.5.x for nextId
  3. Search 10.3.x for nextId
  4. Search 11.x for nextId
  5. Other projects
Title Object type File name Summary
Connection::nextId function core/tests/fixtures/database_drivers/custom/fake/Connection.php Retrieves an unique ID from a given sequence.
Connection::nextId function core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Retrieves an unique ID from a given sequence.
Connection::nextId function core/lib/Drupal/Core/Database/Driver/mysql/Connection.php Retrieves an unique ID from a given sequence.
Connection::nextId function core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Retrieve a the next id in a sequence.
Connection::nextId function core/lib/Drupal/Core/Database/Connection.php Retrieves an unique ID from a given sequence.
Connection::nextIdDelete function core/lib/Drupal/Core/Database/Driver/mysql/Connection.php
Connection::POSTGRESQL_NEXTID_LOCK constant core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php The name by which to obtain a lock for retrieve the next insert id.
DatabaseLegacyTest::testDbNextId function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_next_id() function.
NextIdTest class core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php Tests the sequences API.
NextIdTest.php file core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php
NextIdTest::$modules property core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php The modules to enable.
NextIdTest::setUp function core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php
NextIdTest::testDbNextId function core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php Tests that the sequences API works.
StubConnection::nextId function core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php Retrieves an unique ID from a given sequence.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.