You are here

interface ThemeCompilerControllerInterface in Theme Compiler 8

Defines the interface of the theme compiler controller.

Hierarchy

Expanded class hierarchy of ThemeCompilerControllerInterface

All classes that implement ThemeCompilerControllerInterface

1 file declares its use of ThemeCompilerControllerInterface
ThemeCompilerController.php in src/Controller/ThemeCompilerController.php

File

src/Plugin/ThemeCompilerControllerInterface.php, line 8

Namespace

Drupal\theme_compiler\Plugin
View source
interface ThemeCompilerControllerInterface extends ThemeCompilerPluginInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
ThemeCompilerPluginInterface::serve public function Compiles and serves a response containing the requested compiler target. 1