entity_to_text-1.0.x-dev/entity_to_text.services.yml
entity_to_text.services.yml
services:
# Event subscriber to reroute companies sectors terms to the companies collection
entity_to_text.htmlpurifier:
class: Drupal\entity_to_text\HtmlPurifier
arguments:
- '@file_system'
# Extractor
entity_to_text.extractor.node_to_text:
class: Drupal\entity_to_text\Extractor\NodeToText
arguments:
- '@entity_to_text.htmlpurifier'
- '@renderer'
- '@plugin.manager.field.field_type'
