You are here

ThemeCompiler.php in Theme Compiler 8

File

src/Annotation/ThemeCompiler.php
View source
<?php

namespace Drupal\theme_compiler\Annotation;

use Drupal\Component\Annotation\PluginID;

/**
 * Defines a Theme compiler plugin annotation object.
 *
 * @Annotation
 */
class ThemeCompiler extends PluginID {

}

Classes

Namesort descending Description
ThemeCompiler Defines a Theme compiler plugin annotation object.