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