rest_oai_pmh-8.x-1.0-beta1/src/Plugin/OaiMetadataMapInterface.php
src/Plugin/OaiMetadataMapInterface.php
<?php
namespace Drupal\rest_oai_pmh\Plugin;
use Drupal\Component\Plugin\PluginInspectionInterface;
/**
* Defines an interface for OAI Metadata Map plugins.
*/
interface OaiMetadataMapInterface extends PluginInspectionInterface {
// Add get/set methods for your plugin type here.
}
