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\TestsCode
public static function getInfo() {
return array(
'name' => 'Layout derivatives',
'description' => 'Tests layout derivatives discovery.',
'group' => 'Layout',
);
}