You are here

service plugin.manager.entity_print.export_type in Entity Print 8.2

Class

Drupal\entity_print\Plugin\ExportTypeManager
6 string references to plugin.manager.entity_print.export_type
EntityPrintController::create in src/Controller/EntityPrintController.php
Instantiates a new instance of this class.
EntityPrintViewsLink::create in modules/entity_print_views/src/Plugin/views/area/EntityPrintViewsLink.php
Creates an instance of the plugin.
PrintDownload::create in src/Plugin/Action/PrintDownload.php
Creates an instance of the plugin.
PrintLink::create in modules/entity_print_views/src/Plugin/views/field/PrintLink.php
Creates an instance of the plugin.
PrintLinks::create in src/Plugin/Block/PrintLinks.php
Creates an instance of the plugin.

... See full list

File

./entity_print.services.yml
entity_print.services.yml

View source
  1. class: Drupal\entity_print\Plugin\ExportTypeManager
  2. arguments:
  3. - '@cache.discovery'
  4. - '@module_handler'
  5. - '@theme_handler'