public function CitationStylerInterface::setProcessor in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/CitationStylerInterface.php \Drupal\bibcite\CitationStylerInterface::setProcessor()
Set processor plugin.
Parameters
\Drupal\bibcite\Plugin\BibCiteProcessorInterface $processor: Processor plugin object.
Return value
\Drupal\bibcite\CitationStylerInterface The called Styler object.
1 method overrides CitationStylerInterface::setProcessor()
- CitationStyler::setProcessor in src/
CitationStyler.php - Set processor plugin.
File
- src/
CitationStylerInterface.php, line 33
Class
- CitationStylerInterface
- Defines an interface for Styler service.
Namespace
Drupal\bibciteCode
public function setProcessor(BibCiteProcessorInterface $processor);