You are here

class NestedCohesionEntityReferenceRevisionsDetector in Lingotek Translation 3.5.x

Same name and namespace in other branches
  1. 4.0.x src/Plugin/RelatedEntitiesDetector/NestedCohesionEntityReferenceRevisionsDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\NestedCohesionEntityReferenceRevisionsDetector
  2. 3.6.x src/Plugin/RelatedEntitiesDetector/NestedCohesionEntityReferenceRevisionsDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\NestedCohesionEntityReferenceRevisionsDetector
  3. 3.7.x src/Plugin/RelatedEntitiesDetector/NestedCohesionEntityReferenceRevisionsDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\NestedCohesionEntityReferenceRevisionsDetector
  4. 3.8.x src/Plugin/RelatedEntitiesDetector/NestedCohesionEntityReferenceRevisionsDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\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 cohesion entity reference revisions"),
  weight = 6,
)

Hierarchy

Expanded class hierarchy of NestedCohesionEntityReferenceRevisionsDetector

1 file declares its use of NestedCohesionEntityReferenceRevisionsDetector
NestedCohesionEntityReferenceRevisionsDetectorTest.php in tests/src/Unit/Plugin/RelatedEntitiesDetector/NestedCohesionEntityReferenceRevisionsDetectorTest.php

File

src/Plugin/RelatedEntitiesDetector/NestedCohesionEntityReferenceRevisionsDetector.php, line 16

Namespace

Drupal\lingotek\Plugin\RelatedEntitiesDetector
View source
class NestedCohesionEntityReferenceRevisionsDetector extends EntityReferenceDetectorBase implements RelatedEntitiesDetectorInterface, ContainerFactoryPluginInterface {

  /**
   * {@inheritdoc}
   */
  protected $fieldTypes = [
    "cohesion_entity_reference_revisions",
  ];

}

Members

Namesort descending Modifiers Type Description Overrides
ContainerFactoryPluginInterface::create public static function Creates an instance of the plugin. 120
NestedCohesionEntityReferenceRevisionsDetector::$fieldTypes protected property
RelatedEntitiesDetectorInterface::extract public function Extract nested and related content.