You are here

CompilerPluginManagerInterface.php in Compiler 1.0.x

File

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

namespace Drupal\compiler\Plugin;

use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * An interface to provide a compiler plugin manager.
 *
 * Copyright (C) 2021  Library Solutions, LLC (et al.).
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 */
interface CompilerPluginManagerInterface extends PluginManagerInterface {

}

Interfaces

Namesort descending Description
CompilerPluginManagerInterface An interface to provide a compiler plugin manager.