You are here

public function SchemaTestDatabaseConnection::nextId in Schema 8

Same name and namespace in other branches
  1. 7 tests/schema_test/SchemaTestDatabaseConnection.php \SchemaTestDatabaseConnection::nextId()

File

tests/schema_test/SchemaTestDatabaseConnection.php, line 34
Defines SchemaTestDatabaseConnection.

Class

SchemaTestDatabaseConnection
@file Defines SchemaTestDatabaseConnection.

Code

public function nextId($existing_id = 0) {
  return NULL;
}