You are here

StylePluginManagerInterface.php in Bootstrap Styles 1.0.x

File

src/Style/StylePluginManagerInterface.php
View source
<?php

namespace Drupal\bootstrap_styles\Style;

use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * Defines an interface for the style plugin manager.
 */
interface StylePluginManagerInterface extends PluginManagerInterface {

}

Interfaces

Namesort descending Description
StylePluginManagerInterface Defines an interface for the style plugin manager.