You are here

service plugin.manager.bibcite_format in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x bibcite.services.yml \plugin.manager.bibcite_format

Class

Drupal\bibcite\Plugin\BibciteFormatManager
10 string references to plugin.manager.bibcite_format
Export::create in modules/bibcite_export/src/Plugin/bibcite/link/Export.php
Creates an instance of the plugin.
ExportAllForm::create in modules/bibcite_export/src/Form/ExportAllForm.php
Instantiates a new instance of this class.
ExportMultipleForm::create in modules/bibcite_export/src/Form/ExportMultipleForm.php
Instantiates a new instance of this class.
FormatDecoderTestBase::setUp in modules/bibcite_import/tests/src/Kernel/FormatDecoderTestBase.php
FormatEncoderTestBase::setUp in modules/bibcite_export/tests/src/Kernel/FormatEncoderTestBase.php

... See full list

File

./bibcite.services.yml
bibcite.services.yml

View source
  1. class: Drupal\bibcite\Plugin\BibciteFormatManager
  2. arguments:
  3. - '@module_handler'
  4. - '@cache.discovery'