You are here

service printable.link_extractor in Printer and PDF versions for Drupal 8+ 8

Same name and namespace in other branches
  1. 2.x printable.services.yml \printable.link_extractor

Class

Drupal\printable\LinkExtractor\InlineLinkExtractor
2 string references to printable.link_extractor
PdfFormat::create in modules/printable_pdf/src/Plugin/PrintableFormat/PdfFormat.php
Creates an instance of the plugin.
PrintableFormatBase::create in src/Plugin/PrintableFormatBase.php
Creates an instance of the plugin.

File

./printable.services.yml
printable.services.yml

View source
  1. class: Drupal\printable\LinkExtractor\InlineLinkExtractor
  2. arguments:
  3. - '@printable.dom_crawler'
  4. - '@url_generator'
  5. - '@path.alias_manager'