You are here

ThemeCompilerControllerInterface.php in Theme Compiler 8

File

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

namespace Drupal\theme_compiler\Plugin;


/**
 * Defines the interface of the theme compiler controller.
 */
interface ThemeCompilerControllerInterface extends ThemeCompilerPluginInterface {

}

Interfaces

Namesort descending Description
ThemeCompilerControllerInterface Defines the interface of the theme compiler controller.