public static function FieldAttachOtherTest::getInfo

File

drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php, line 17
Definition of Drupal\field\Tests\FieldAttachOtherTest.

Class

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

Namespace

Drupal\field\Tests

Code

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