class NestedEntityReferenceRevisionsDetector in Lingotek Translation 3.6.x
Same name and namespace in other branches
- 4.0.x src/Plugin/RelatedEntitiesDetector/NestedEntityReferenceRevisionsDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\NestedEntityReferenceRevisionsDetector
- 3.5.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\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterface
- class \Drupal\lingotek\Plugin\RelatedEntitiesDetector\EntityReferenceDetectorBase implements ContainerFactoryPluginInterface, RelatedEntitiesDetectorInterface
- class \Drupal\lingotek\Plugin\RelatedEntitiesDetector\NestedEntityReferenceRevisionsDetector implements ContainerFactoryPluginInterface, RelatedEntitiesDetectorInterface
- class \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 |
---|---|---|---|---|
EntityReferenceDetectorBase:: |
protected | property | The entity field manager. | |
EntityReferenceDetectorBase:: |
protected | property | The entity type manager. | |
EntityReferenceDetectorBase:: |
protected | property | The Lingotek configuration service. | |
EntityReferenceDetectorBase:: |
public static | function |
Creates an instance of the plugin. Overrides ContainerFactoryPluginInterface:: |
|
EntityReferenceDetectorBase:: |
public | function |
Extract nested and related content. Overrides RelatedEntitiesDetectorInterface:: |
|
EntityReferenceDetectorBase:: |
public | function |
NestedEntityReferences constructor. Overrides PluginBase:: |
|
NestedEntityReferenceRevisionsDetector:: |
protected | property | ||
PluginBase:: |
protected | property | Configuration information passed into the plugin. | 1 |
PluginBase:: |
protected | property | The plugin implementation definition. | 1 |
PluginBase:: |
protected | property | The plugin_id. | |
PluginBase:: |
constant | A string which is used to separate base plugin IDs from the derivative ID. | ||
PluginBase:: |
public | function |
Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the definition of the plugin implementation. Overrides PluginInspectionInterface:: |
2 |
PluginBase:: |
public | function |
Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function | Determines if the plugin is configurable. |