You are here

DateRecurInterpreterManagerInterface.php in Recurring Dates Field 3.x

File

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

declare (strict_types=1);
namespace Drupal\date_recur\Plugin;

use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * Interface for date recur interpreter plugin manager.
 */
interface DateRecurInterpreterManagerInterface extends PluginManagerInterface {

}

Interfaces

Namesort descending Description
DateRecurInterpreterManagerInterface Interface for date recur interpreter plugin manager.