You are here

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

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

Class

Drupal\printable\PrintableLinkBuilder
2 string references to printable.link_builder
PrintableLinksBlock::create in src/Plugin/Block/PrintableLinksBlock.php
Creates an instance of the plugin.
printable_entity_view in ./printable.module
Implements hook_entity_view().

File

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

View source
  1. class: Drupal\printable\PrintableLinkBuilder
  2. arguments:
  3. - '@config.factory'
  4. - '@printable.format_plugin_manager'