You are here

IntervalPluginManagerInterface.php in Interval Field 8

Namespace

Drupal\interval

File

src/IntervalPluginManagerInterface.php
View source
<?php

namespace Drupal\interval;

use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * Provides an interface for managing interval plugins.
 */
interface IntervalPluginManagerInterface extends PluginManagerInterface {

}

Interfaces

Namesort descending Description
IntervalPluginManagerInterface Provides an interface for managing interval plugins.