You are here

StockEventsManagerInterface.php in Commerce Stock 8

File

src/StockEventsManagerInterface.php
View source
<?php

namespace Drupal\commerce_stock;

use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * Defines an interface for stock_events managers.
 */
interface StockEventsManagerInterface extends PluginManagerInterface {

}

Interfaces

Namesort descending Description
StockEventsManagerInterface Defines an interface for stock_events managers.