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