next-1.0.0-alpha2/src/Plugin/RevalidatorManagerInterface.php
src/Plugin/RevalidatorManagerInterface.php
<?php
namespace Drupal\next\Plugin;
use Drupal\Component\Plugin\PluginManagerInterface;
/**
* Defines an interface for the revalidator plugin manager.
*/
interface RevalidatorManagerInterface extends PluginManagerInterface {
}
