You are here

public static function LayoutDerivativesTest::getInfo in Layout 8.2

File

lib/Drupal/layout/Tests/LayoutDerivativesTest.php, line 24
Definition of Drupal\layout\Tests\LayoutDerivativesTest.

Class

LayoutDerivativesTest
Tests the layout system derivatives.

Namespace

Drupal\layout\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Layout derivatives',
    'description' => 'Tests layout derivatives discovery.',
    'group' => 'Layout',
  );
}