ThemeCompilerPluginBase.php in Theme Compiler 8
Namespace
Drupal\theme_compiler\PluginFile
src/Plugin/ThemeCompilerPluginBase.phpView 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
Name | Description |
---|---|
ThemeCompilerPluginBase | The base implementation for a theme compiler plugin. |