NestedCohesionEntityReferenceRevisionsDetector.php in Lingotek Translation 3.6.x
File
src/Plugin/RelatedEntitiesDetector/NestedCohesionEntityReferenceRevisionsDetector.php
View source
<?php
namespace Drupal\lingotek\Plugin\RelatedEntitiesDetector;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Drupal\lingotek\RelatedEntities\RelatedEntitiesDetectorInterface;
class NestedCohesionEntityReferenceRevisionsDetector extends EntityReferenceDetectorBase implements RelatedEntitiesDetectorInterface, ContainerFactoryPluginInterface {
protected $fieldTypes = [
"cohesion_entity_reference_revisions",
];
}
Classes
Name |
Description |
NestedCohesionEntityReferenceRevisionsDetector |
@RelatedEntitiesDetector (
id = "nested_cohesion_entity_reference_revisions_detector",
title =
Plugin annotation
@Translation("Get related cohesion entity reference revisions"),
description = @translation("The default retrieval of nested… |