You are here

service bibcite.citation_styler in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 bibcite.services.yml \bibcite.citation_styler

Class

Drupal\bibcite\CitationStyler
5 string references to bibcite.citation_styler
bibcite_preprocess_bibcite_citation in ./bibcite.module
Implements hook_preprocess_HOOK().
Citation::create in modules/bibcite_entity/src/Plugin/views/field/Citation.php
Creates an instance of the plugin.
EntityCitationRenderTest::setUp in modules/bibcite_entity/tests/src/Kernel/EntityCitationRenderTest.php
Reference::cite in modules/bibcite_entity/src/Entity/Reference.php
Render reference entity as citation.
SettingsForm::create in src/Form/SettingsForm.php
Instantiates a new instance of this class.

File

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

View source
  1. class: Drupal\bibcite\CitationStyler
  2. arguments:
  3. - '@plugin.manager.bibcite_processor'
  4. - '@config.factory'
  5. - '@language_manager'
  6. - '@entity_type.manager'