class YamlContentProcess in YAML Content 8
Class YamlContentProcess.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\yaml_content\Annotation\YamlContentProcess
Expanded class hierarchy of YamlContentProcess
See also
1 file declares its use of YamlContentProcess
- YamlContentProcessManager.php in src/
Plugin/ YamlContentProcessManager.php
3 classes are annotated with YamlContentProcess
- File in src/
Plugin/ yaml_content/ process/ File.php - Plugin for processing and loading a file attachment.
- Reference in src/
Plugin/ yaml_content/ process/ Reference.php - Plugin for querying and loading a referenced entity.
- ReferenceUri in src/
Plugin/ yaml_content/ process/ ReferenceUri.php - Plugin for querying and loading a referenced entity URI.
File
- src/
Annotation/ YamlContentProcess.php, line 14
Namespace
Drupal\yaml_content\AnnotationView source
class YamlContentProcess extends Plugin {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
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 |