public function SchemaTestDatabaseConnection::mapConditionOperator in Schema 8
Same name and namespace in other branches
- 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;
}