tamper-8.x-1.x-dev/src/TamperManagerInterface.php
src/TamperManagerInterface.php
<?php namespace Drupal\tamper; use Drupal\Component\Plugin\CategorizingPluginManagerInterface; /** * Interface for Tamper plugin manager. */ interface TamperManagerInterface extends CategorizingPluginManagerInterface { }