class NestedEntityReferenceRevisionsDetector in Lingotek Translation 3.5.x
Same name and namespace in other branches
- 4.0.x src/Plugin/RelatedEntitiesDetector/NestedEntityReferenceRevisionsDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\NestedEntityReferenceRevisionsDetector
- 3.6.x src/Plugin/RelatedEntitiesDetector/NestedEntityReferenceRevisionsDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\NestedEntityReferenceRevisionsDetector
- 3.7.x src/Plugin/RelatedEntitiesDetector/NestedEntityReferenceRevisionsDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\NestedEntityReferenceRevisionsDetector
- 3.8.x src/Plugin/RelatedEntitiesDetector/NestedEntityReferenceRevisionsDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\NestedEntityReferenceRevisionsDetector
@RelatedEntitiesDetector ( id = "nested_entity_reference_revisions_detector", title =
Plugin annotation
@Translation("Get related entity reference revisions"),
description = @translation("The default retrieval of nested entity reference revisions"),
weight = 6,
)
Hierarchy
- class \Drupal\lingotek\Plugin\RelatedEntitiesDetector\NestedEntityReferenceRevisionsDetector extends \Drupal\lingotek\Plugin\RelatedEntitiesDetector\EntityReferenceDetectorBase implements ContainerFactoryPluginInterface, RelatedEntitiesDetectorInterface
Expanded class hierarchy of NestedEntityReferenceRevisionsDetector
1 file declares its use of NestedEntityReferenceRevisionsDetector
- NestedEntityReferenceRevisionsDetectorTest.php in tests/
src/ Unit/ Plugin/ RelatedEntitiesDetector/ NestedEntityReferenceRevisionsDetectorTest.php
File
- src/
Plugin/ RelatedEntitiesDetector/ NestedEntityReferenceRevisionsDetector.php, line 16
Namespace
Drupal\lingotek\Plugin\RelatedEntitiesDetectorView source
class NestedEntityReferenceRevisionsDetector extends EntityReferenceDetectorBase implements RelatedEntitiesDetectorInterface, ContainerFactoryPluginInterface {
/**
* {@inheritdoc}
*/
protected $fieldTypes = [
"entity_reference_revisions",
];
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ContainerFactoryPluginInterface:: |
public static | function | Creates an instance of the plugin. | 120 |
NestedEntityReferenceRevisionsDetector:: |
protected | property | ||
RelatedEntitiesDetectorInterface:: |
public | function | Extract nested and related content. |