You are here

service bibcite_reference_preview in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 modules/bibcite_entity/bibcite_entity.services.yml \bibcite_reference_preview

Class

Drupal\bibcite_entity\ParamConverter\ReferencePreviewConverter

Tags

  • paramconverter
6 string references to bibcite_reference_preview
bibcite_entity.routing.yml in modules/bibcite_entity/bibcite_entity.routing.yml
modules/bibcite_entity/bibcite_entity.routing.yml
bibcite_entity_page_top in modules/bibcite_entity/bibcite_entity.module
Implements hook_page_top().
ReferenceForm::form in modules/bibcite_entity/src/Form/ReferenceForm.php
Gets the actual form array to be built.
ReferenceForm::preview in modules/bibcite_entity/src/Form/ReferenceForm.php
Custom preview submit handler for Reference.
ReferencePreviewConverter::applies in modules/bibcite_entity/src/ParamConverter/ReferencePreviewConverter.php
Determines if the converter applies to a specific route and variable.

... See full list

File

modules/bibcite_entity/bibcite_entity.services.yml
modules/bibcite_entity/bibcite_entity.services.yml

View source
  1. class: Drupal\bibcite_entity\ParamConverter\ReferencePreviewConverter
  2. arguments:
  3. - '@tempstore.private'
  4. tags:
  5. - { name: paramconverter }