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