function FieldUIAlterTestCase::getInfo

File

modules/field_ui/field_ui.test, line 692

Class

FieldUIAlterTestCase
Tests custom widget hooks and callbacks on the field administration pages.

Code

public static function getInfo() {
    return array(
        'name' => 'Widget customization',
        'description' => 'Test custom field widget hooks and callbacks on field administration pages.',
        'group' => 'Field UI',
    );
}

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