entity_to_text-1.0.x-dev/modules/entity_to_text_paragraphs/entity_to_text_paragraphs.services.yml
modules/entity_to_text_paragraphs/entity_to_text_paragraphs.services.yml
services:
# Extractor
entity_to_text_paragraphs.extractor.paragraphs_to_text:
class: Drupal\entity_to_text_paragraphs\Extractor\ParagraphsToText
arguments:
- '@entity_to_text.htmlpurifier'
- '@renderer'
- '@entity_type.manager'
