class MetadataPrefix in Views OAI-PMH 8
Defines a OAI-PMH Metadata Prefix item annotation object.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\views_oai_pmh\Annotation\MetadataPrefix
Expanded class hierarchy of MetadataPrefix
See also
\Drupal\views_oai_pmh\Plugin\MetadataPrefixManager
3 classes are annotated with MetadataPrefix
- Datacite in src/
Plugin/ MetadataPrefix/ Datacite.php - Class DublinCore.
- DublinCore in src/
Plugin/ MetadataPrefix/ DublinCore.php - Class DublinCore.
- Jats in src/
Plugin/ MetadataPrefix/ Jats.php - Class Jats.
File
- src/
Annotation/ MetadataPrefix.php, line 15
Namespace
Drupal\views_oai_pmh\AnnotationView source
class MetadataPrefix extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
/**
* The label of the plugin.
*
* @var \Drupal\Core\Annotation\Translation
*
* @ingroup plugin_translatable
*/
public $label;
public $prefix;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MetadataPrefix:: |
public | property | The plugin ID. | |
MetadataPrefix:: |
public | property | The label of the plugin. | |
MetadataPrefix:: |
public | property | ||
Plugin:: |
protected | property | The plugin definition read from the class annotation. | 1 |
Plugin:: |
public | function |
Gets the value of an annotation. Overrides AnnotationInterface:: |
5 |
Plugin:: |
public | function |
Gets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
protected | function | Parses an annotation into its definition. | |
Plugin:: |
public | function |
Sets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function | Constructs a Plugin object. | 2 |