interface BibciteFormatManagerInterface in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/Plugin/BibciteFormatManagerInterface.php \Drupal\bibcite\Plugin\BibciteFormatManagerInterface
Defines an interface for bibcite_format managers.
Hierarchy
- interface \Drupal\Component\Plugin\Discovery\DiscoveryInterface; interface \Drupal\Component\Plugin\Factory\FactoryInterface; interface \Drupal\Component\Plugin\Mapper\MapperInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\bibcite\Plugin\BibciteFormatManagerInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
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
File
- src/
Plugin/ BibciteFormatManagerInterface.php, line 10
Namespace
Drupal\bibcite\PluginView 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BibciteFormatManagerInterface:: |
public | function | Get definitions of export formats. | 1 |
BibciteFormatManagerInterface:: |
public | function | Get definitions of import formats. | 1 |
DiscoveryInterface:: |
public | function | Gets a specific plugin definition. | 4 |
DiscoveryInterface:: |
public | function | Gets the definition of all plugins for this type. | 3 |
DiscoveryInterface:: |
public | function | Indicates if a specific plugin definition exists. | 2 |
FactoryInterface:: |
public | function | Creates a pre-configured instance of a plugin. | 7 |
MapperInterface:: |
public | function | Gets a preconfigured instance of a plugin. | 4 |