File
- drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTestTwig.php, line 24
- Definition of Drupal\system\Tests\Theme\ThemeTest.
Class
- ThemeTestTwig
- Tests low-level theme functions.
Namespace
Drupal\system\Tests\Theme
Code
public static function getInfo() {
return array(
'name' => 'Twig Engine',
'description' => 'Test theme functions with twig.',
'group' => 'Theme',
);
}