function FieldAttachStorageTestCase::getInfo

File

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

Class

FieldAttachStorageTestCase
Unit test class for storage-related field_attach_* functions.

Code

public static function getInfo() {
    return array(
        'name' => 'Field attach tests (storage-related)',
        'description' => 'Test storage-related Field Attach API functions.',
        'group' => 'Field API',
    );
}

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