function FieldSchemaAlterTestCase::getInfo

File

modules/field/tests/field.test, line 2881

Class

FieldSchemaAlterTestCase
Tests that the field schema can be altered with hook_field_schema_alter().

Code

public static function getInfo() {
    return array(
        'name' => 'Field schema alteration tests',
        'description' => 'Alter the schema for a given type of field.',
        'group' => 'Field API',
    );
}

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