visualn-8.x-1.x-dev/src/Core/RawResourceFormatInterface.php
src/Core/RawResourceFormatInterface.php
<?php
namespace Drupal\visualn\Core;
use Drupal\Component\Plugin\PluginInspectionInterface;
/**
* Defines an interface for Raw Resource Format plugins.
*/
interface RawResourceFormatInterface extends PluginInspectionInterface {
// Add get/set methods for your plugin type here.
}
