You are here

TamperManagerInterface.php in Tamper 8

Namespace

Drupal\tamper

File

src/TamperManagerInterface.php
View source
<?php

namespace Drupal\tamper;

use Drupal\Component\Plugin\CategorizingPluginManagerInterface;

/**
 * Interface for Tamper plugin manager.
 */
interface TamperManagerInterface extends CategorizingPluginManagerInterface {

}

Interfaces

Namesort descending Description
TamperManagerInterface Interface for Tamper plugin manager.