You are here

interface BibciteFormatManagerInterface in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/BibciteFormatManagerInterface.php \Drupal\bibcite\Plugin\BibciteFormatManagerInterface

Defines an interface for bibcite_format managers.

Hierarchy

Expanded class hierarchy of BibciteFormatManagerInterface

All classes that implement BibciteFormatManagerInterface

8 files declare their use of BibciteFormatManagerInterface
Export.php in modules/bibcite_export/src/Plugin/bibcite/link/Export.php
ExportAllForm.php in modules/bibcite_export/src/Form/ExportAllForm.php
ExportMultipleForm.php in modules/bibcite_export/src/Form/ExportMultipleForm.php
FormatConverter.php in src/Routing/FormatConverter.php
FormatExportLink.php in modules/bibcite_export/src/Plugin/Derivative/FormatExportLink.php

... See full list

File

src/Plugin/BibciteFormatManagerInterface.php, line 10

Namespace

Drupal\bibcite\Plugin
View source
interface BibciteFormatManagerInterface extends PluginManagerInterface {

  /**
   * Get definitions of export formats.
   *
   * @return array|null
   *   List of plugin definitions.
   */
  public function getExportDefinitions();

  /**
   * Get definitions of import formats.
   *
   * @return array|null
   *   List of plugin definitions.
   */
  public function getImportDefinitions();

}

Members

Namesort descending Modifiers Type Description Overrides
BibciteFormatManagerInterface::getExportDefinitions public function Get definitions of export formats. 1
BibciteFormatManagerInterface::getImportDefinitions public function Get definitions of import formats. 1
DiscoveryInterface::getDefinition public function Gets a specific plugin definition. 4
DiscoveryInterface::getDefinitions public function Gets the definition of all plugins for this type. 3
DiscoveryInterface::hasDefinition public function Indicates if a specific plugin definition exists. 2
FactoryInterface::createInstance public function Creates a pre-configured instance of a plugin. 7
MapperInterface::getInstance public function Gets a preconfigured instance of a plugin. 4