You are here

public function CitationStylerInterface::getAvailableProcessors in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 src/CitationStylerInterface.php \Drupal\bibcite\CitationStylerInterface::getAvailableProcessors()

Get all available processors plugins.

Return value

array List of available processor plugins.

1 method overrides CitationStylerInterface::getAvailableProcessors()
CitationStyler::getAvailableProcessors in src/CitationStyler.php
Get all available processors plugins.

File

src/CitationStylerInterface.php, line 60

Class

CitationStylerInterface
Defines an interface for Styler service.

Namespace

Drupal\bibcite

Code

public function getAvailableProcessors();