You are here

StockEventTypeManagerInterface.php in Commerce Stock 8

File

src/StockEventTypeManagerInterface.php
View source
<?php

namespace Drupal\commerce_stock;

use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * Defines an interface for stock event types managers.
 */
interface StockEventTypeManagerInterface extends PluginManagerInterface {

}

Interfaces

Namesort descending Description
StockEventTypeManagerInterface Defines an interface for stock event types managers.