public static function StyleSerializerTest::getInfo

File

drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php, line 42
Contains \Drupal\rest\Tests\Views\StyleSerializerTest.

Class

StyleSerializerTest
Tests the serializer style plugin.

Namespace

Drupal\rest\Tests\Views

Code

public static function getInfo() {
  return array(
    'name' => 'Style: Serializer plugin',
    'description' => 'Tests the serializer style plugin.',
    'group' => 'Views Plugins',
  );
}