protected property EntityEmbedDetector::$xpath in Lingotek Translation 3.7.x
Same name and namespace in other branches
- 4.0.x src/Plugin/RelatedEntitiesDetector/EntityEmbedDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\EntityEmbedDetector::xpath
- 3.5.x src/Plugin/RelatedEntitiesDetector/EntityEmbedDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\EntityEmbedDetector::xpath
- 3.6.x src/Plugin/RelatedEntitiesDetector/EntityEmbedDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\EntityEmbedDetector::xpath
- 3.8.x src/Plugin/RelatedEntitiesDetector/EntityEmbedDetector.php \Drupal\lingotek\Plugin\RelatedEntitiesDetector\EntityEmbedDetector::xpath
The XPath to find embedded content.
Type: string
Overrides EditorDetectorBase::$xpath
File
- src/
Plugin/ RelatedEntitiesDetector/ EntityEmbedDetector.php, line 23
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\RelatedEntitiesDetectorCode
protected $xpath = "//drupal-entity[@data-entity-type and @data-entity-uuid]";