class EntityProcessor in Content Synchronizer 3.x
Same name and namespace in other branches
- 8.2 src/Annotation/EntityProcessor.php \Drupal\content_synchronizer\Annotation\EntityProcessor
- 8 src/Annotation/EntityProcessor.php \Drupal\content_synchronizer\Annotation\EntityProcessor
Define an EntityProcessor annotation object.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\content_synchronizer\Annotation\EntityProcessor
Expanded class hierarchy of EntityProcessor
5 classes are annotated with EntityProcessor
- FileProcessor in src/
Plugin/ content_synchronizer/ entity_processor/ FileProcessor.php - Plugin implementation of the 'accordion' formatter.
- NodeProcessor in src/
Plugin/ content_synchronizer/ entity_processor/ NodeProcessor.php - Plugin implementation of the 'accordion' formatter.
- ParagraphProcessor in src/
Plugin/ content_synchronizer/ entity_processor/ ParagraphProcessor.php - Plugin implementation of the 'accordion' formatter.
- TaxonomyTermProcessor in src/
Plugin/ content_synchronizer/ entity_processor/ TaxonomyTermProcessor.php - Plugin implementation of the 'accordion' formatter.
- UserProcessor in src/
Plugin/ content_synchronizer/ entity_processor/ UserProcessor.php - Plugin implementation of the 'accordion' formatter.
File
- src/
Annotation/ EntityProcessor.php, line 14
Namespace
Drupal\content_synchronizer\AnnotationView source
class EntityProcessor extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
/**
* The entity entityType.
*
* @var string
*/
public $entityType;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EntityProcessor:: |
public | property | The entity entityType. | |
EntityProcessor:: |
public | property | The plugin ID. | |
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:: |
1 |
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 |