function StubSchema::changeField

Overrides Schema::changeField

File

core/tests/Drupal/Tests/Core/Database/Stub/StubSchema.php, line 98

Class

StubSchema
A stub of the abstract Schema class for testing purposes.

Namespace

Drupal\Tests\Core\Database\Stub

Code

public function changeField($table, $field, $field_new, $spec, $keys_new = []) {
}

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