You are here

ThemeCompilerPluginBase.php in Theme Compiler 8

File

src/Plugin/ThemeCompilerPluginBase.php
View source
<?php

namespace Drupal\theme_compiler\Plugin;

use Drupal\Component\Plugin\PluginBase;

/**
 * The base implementation for a theme compiler plugin.
 */
abstract class ThemeCompilerPluginBase extends PluginBase implements ThemeCompilerPluginInterface {

}

Classes

Namesort descending Description
ThemeCompilerPluginBase The base implementation for a theme compiler plugin.