interface MetadataPrefixInterface in Views OAI-PMH 8
Defines an interface for OAI-PMH Metadata Prefix plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\views_oai_pmh\Plugin\MetadataPrefixInterface
Expanded class hierarchy of MetadataPrefixInterface
All classes that implement MetadataPrefixInterface
4 files declare their use of MetadataPrefixInterface
- Datacite.php in src/
Plugin/ MetadataPrefix/ Datacite.php - DublinCore.php in src/
Plugin/ MetadataPrefix/ DublinCore.php - Jats.php in src/
Plugin/ MetadataPrefix/ Jats.php - Record.php in src/
Plugin/ views/ style/ Record.php
File
- src/
Plugin/ MetadataPrefixInterface.php, line 10
Namespace
Drupal\views_oai_pmh\PluginView source
interface MetadataPrefixInterface extends PluginInspectionInterface {
/**
*
*/
public function getElements() : array;
/**
*
*/
public function getRootNodeName() : string;
/**
*
*/
public function getRootNodeAttributes() : array;
/**
*
*/
public function getSchema() : string;
/**
*
*/
public function getNamespace() : string;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MetadataPrefixInterface:: |
public | function | 3 | |
MetadataPrefixInterface:: |
public | function | 3 | |
MetadataPrefixInterface:: |
public | function | 3 | |
MetadataPrefixInterface:: |
public | function | 3 | |
MetadataPrefixInterface:: |
public | function | 3 | |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |