You are here

protected property NestedEntityReferencesDetector::$fieldTypes in Lingotek Translation 4.0.x

Same name and namespace in other branches
  1. 3.5.x src/Plugin/RelatedEntitiesDetector/NestedEntityReferencesDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\NestedEntityReferencesDetector::fieldTypes
  2. 3.6.x src/Plugin/RelatedEntitiesDetector/NestedEntityReferencesDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\NestedEntityReferencesDetector::fieldTypes
  3. 3.7.x src/Plugin/RelatedEntitiesDetector/NestedEntityReferencesDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\NestedEntityReferencesDetector::fieldTypes
  4. 3.8.x src/Plugin/RelatedEntitiesDetector/NestedEntityReferencesDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\NestedEntityReferencesDetector::fieldTypes

File

src/Plugin/RelatedEntitiesDetector/NestedEntityReferencesDetector.php, line 21

Class

NestedEntityReferencesDetector
@RelatedEntitiesDetector ( id = "nested_entity_references", title = Plugin annotation @Translation("Get related entity references"), description = @Translation("The default retrieval of nested entities"), weight = 5, )

Namespace

Drupal\lingotek\Plugin\RelatedEntitiesDetector

Code

protected $fieldTypes = [
  "entity_reference",
];