You are here

ColorsSchemeInterface.php in Colors 8

File

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

namespace Drupal\colors\Plugin;

use Drupal\Component\Plugin\PluginInspectionInterface;

/**
 * @todo.
 */
interface ColorsSchemeInterface extends PluginInspectionInterface {

}

Interfaces

Namesort descending Description
ColorsSchemeInterface @todo.