You are here

protected property EntityEmbedDetector::$fieldTypes in Lingotek Translation 3.7.x

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

The field types this detector applies to.

Type: string[]

Overrides EditorDetectorBase::$fieldTypes

File

src/Plugin/RelatedEntitiesDetector/EntityEmbedDetector.php, line 18

Class

EntityEmbedDetector
@RelatedEntitiesDetector ( id = "entity_embed_detector", title = Plugin annotation @Translation("Get editor embedded entities with entity_embed module"), description = @translation("Get editor embedded entities with entity_embed…

Namespace

Drupal\lingotek\Plugin\RelatedEntitiesDetector

Code

protected $fieldTypes = [
  "text",
  "text_long",
  "text_with_summary",
];