public static function DisplayInternalLogicTest::getInfo

File

drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php, line 47
Definition of \Drupal\layout\Tests\DisplayInternalLogicTest.

Class

DisplayInternalLogicTest
Tests the API and internal logic offered by Displays.

Namespace

Drupal\layout\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Display behaviors',
    'description' => 'Tests internal behaviors of DisplayInterface implementations, such as layout remapping.',
    'group' => 'Display',
  );
}