dvf-2.x-dev/src/Plugin/VisualisationManagerInterface.php
src/Plugin/VisualisationManagerInterface.php
<?php
namespace Drupal\dvf\Plugin;
use Drupal\Component\Plugin\PluginManagerInterface;
/**
* Provides an interface defining a VisualisationManager.
*/
interface VisualisationManagerInterface extends PluginManagerInterface {
}
