You are here

public function SchemaTestDatabaseConnection::mapConditionOperator in Schema 8

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

File

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

Class

SchemaTestDatabaseConnection
@file Defines SchemaTestDatabaseConnection.

Code

public function mapConditionOperator($operator) {
  return NULL;
}