function FieldAttachOtherTestCase::getInfo

File

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

Class

FieldAttachOtherTestCase
Unit test class for non-storage related field_attach_* functions.

Code

public static function getInfo() {
    return array(
        'name' => 'Field attach tests (other)',
        'description' => 'Test other 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.