public static function OptionsFormattersTest::getInfo

File

drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFormattersTest.php, line 18
Contains \Drupal\options\Tests\OptionsFormattersTest.

Class

OptionsFormattersTest
Tests the formatters provided by the options module.

Namespace

Drupal\options\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Options field formatters',
    'description' => 'Test the Options field type formatters.',
    'group' => 'Field types',
  );
}