You are here

class YamlContentProcess in YAML Content 8

Class YamlContentProcess.

Hierarchy

Expanded class hierarchy of YamlContentProcess

See also

Plugin API

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\Annotation
View source
class YamlContentProcess extends Plugin {

}

Members

Namesort descending Modifiers Type Description Overrides
Plugin::$definition protected property The plugin definition read from the class annotation. 1
Plugin::get public function Gets the value of an annotation. Overrides AnnotationInterface::get 5
Plugin::getClass public function Gets the class of the annotated class. Overrides AnnotationInterface::getClass
Plugin::getId public function Gets the unique ID for this annotated class. Overrides AnnotationInterface::getId
Plugin::getProvider public function Gets the name of the provider of the annotated class. Overrides AnnotationInterface::getProvider
Plugin::parse protected function Parses an annotation into its definition.
Plugin::setClass public function Sets the class of the annotated class. Overrides AnnotationInterface::setClass
Plugin::setProvider public function Sets the name of the provider of the annotated class. Overrides AnnotationInterface::setProvider
Plugin::__construct public function Constructs a Plugin object. 2