File
- drupal/core/modules/layout/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',
);
}