public static function EntityReferenceAutocompleteTest::getInfo

File

drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutocompleteTest.php, line 48
Contains \Drupal\entity_reference\Tests\EntityReferenceAutocompleteTest.

Class

EntityReferenceAutocompleteTest
Tests the autocomplete functionality of Entity Reference.

Namespace

Drupal\entity_reference\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Autocomplete',
    'description' => 'Tests the autocomplete functionality.',
    'group' => 'Entity Reference',
  );
}