You are here

Classes, traits, and interfaces in Bibliography & Citation 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
BibciteBibtexServiceProvider class Drupal\bibcite_bibtex modules/bibcite_bibtex/src/BibciteBibtexServiceProvider.php Adds BibTeX as known format.
BibciteContributor class Drupal\bibcite_entity\Plugin\views\argument modules/bibcite_entity/src/Plugin/views/argument/BibciteContributor.php Argument handler to accept a contributor id.
BibciteEndnoteServiceProvider class Drupal\bibcite_endnote modules/bibcite_endnote/src/BibciteEndnoteServiceProvider.php Adds EndNote as known format.
BibciteEntityController class Drupal\bibcite_entity\Controller modules/bibcite_entity/src/Controller/BibciteEntityController.php Returns responses for Bibcite routes.
BibciteEntityPreviewController class Drupal\bibcite_entity\Controller modules/bibcite_entity/src/Controller/BibciteEntityPreviewController.php Defines a controller to render a single bibcite entity in preview.
BibciteEntityTest class Drupal\Tests\bibcite_entity\Functional modules/bibcite_entity/tests/src/Functional/BibciteEntityTest.php Test for entity functions.
BibciteFormat class Drupal\bibcite\Plugin src/Plugin/BibciteFormat.php Bibcite format wrapper. 1
BibciteFormatInterface interface Drupal\bibcite\Plugin src/Plugin/BibciteFormatInterface.php Defines interface for BibciteFormat wrapper. 1 4
BibciteFormatManager class Drupal\bibcite\Plugin src/Plugin/BibciteFormatManager.php Provides the default bibcite_format manager. 2
BibciteFormatManagerInterface interface Drupal\bibcite\Plugin src/Plugin/BibciteFormatManagerInterface.php Defines an interface for bibcite_format managers. 1 8
BibciteKeyword class Drupal\bibcite_entity\Plugin\views\argument modules/bibcite_entity/src/Plugin/views/argument/BibciteKeyword.php Argument handler to accept a keyword id.
BibciteLink class Drupal\bibcite_entity\Annotation modules/bibcite_entity/src/Annotation/BibciteLink.php Defines a Link item annotation object.
BibciteLinkPluginBase abstract class Drupal\bibcite_entity\Plugin modules/bibcite_entity/src/Plugin/BibciteLinkPluginBase.php Base class for Link plugins. 4 4
BibciteLinkPluginInterface interface Drupal\bibcite_entity\Plugin modules/bibcite_entity/src/Plugin/BibciteLinkPluginInterface.php Defines an interface for Link plugins. 1
BibciteLinkPluginManager class Drupal\bibcite_entity\Plugin modules/bibcite_entity/src/Plugin/BibciteLinkPluginManager.php Provides the Link plugin manager. 2
BibciteMarcServiceProvider class Drupal\bibcite_marc modules/bibcite_marc/src/BibciteMarcServiceProvider.php Adds MARC as known format.
BibCiteProcessor class Drupal\bibcite\Annotation src/Annotation/BibCiteProcessor.php Defines a Processor item annotation object.
BibCiteProcessorBase abstract class Drupal\bibcite\Plugin src/Plugin/BibCiteProcessorBase.php Base class for Processor plugins. 1 1
BibCiteProcessorInterface interface Drupal\bibcite\Plugin src/Plugin/BibCiteProcessorInterface.php Defines an interface for Processor plugins. 2 3
BibCiteProcessorManager class Drupal\bibcite\Plugin src/Plugin/BibCiteProcessorManager.php Provides the Processor plugin manager. 2
BibciteReference class Drupal\bibcite_entity\Plugin\views\argument modules/bibcite_entity/src/Plugin/views/argument/BibciteReference.php Argument handler to accept a reference id.
BibciteRisServiceProvider class Drupal\bibcite_ris modules/bibcite_ris/src/BibciteRisServiceProvider.php Adds RIS as known format.
BibciteTest class Drupal\Tests\bibcite\Functional tests/src/Functional/BibciteTest.php Test for main module functions.
BibtexCaseDecodeTest class Drupal\Tests\bibcite_bibtex\Kernel modules/bibcite_bibtex/tests/src/Kernel/BibtexCaseDecodeTest.php @coversDefaultClass \Drupal\bibcite_bibtex\Encoder\BibtexEncoder @group bibcite
BibtexDecodeTest class Drupal\Tests\bibcite_bibtex\Kernel modules/bibcite_bibtex/tests/src/Kernel/BibtexDecodeTest.php @coversDefaultClass \Drupal\bibcite_bibtex\Encoder\BibtexEncoder @group bibcite
BibtexEncoder class Drupal\bibcite_bibtex\Encoder modules/bibcite_bibtex/src/Encoder/BibtexEncoder.php BibTeX format encoder. 4 3
BibtexEncoderTest class Drupal\Tests\bibcite_bibtex\Unit modules/bibcite_bibtex/tests/src/Unit/BibtexEncoderTest.php @coversDefaultClass \Drupal\bibcite_bibtex\Encoder\BibtexEncoder @group bibcite
BibtexEncodeTest class Drupal\Tests\bibcite_bibtex\Kernel modules/bibcite_bibtex/tests/src/Kernel/BibtexEncodeTest.php @coversDefaultClass \Drupal\bibcite_bibtex\Encoder\BibtexEncoder @group bibcite
BibtexReferenceNormalizer class Drupal\bibcite_bibtex\Normalizer modules/bibcite_bibtex/src/Normalizer/BibtexReferenceNormalizer.php Normalizes/denormalizes reference entity to BibTeX format. 2
Citation class Drupal\bibcite_entity\Plugin\views\field modules/bibcite_entity/src/Plugin/views/field/Citation.php Field handler to render bibcite reference as citation.
CitationStyler class Drupal\bibcite src/CitationStyler.php Render CSL data to bibliographic citation. 2
CitationStylerInterface interface Drupal\bibcite src/CitationStylerInterface.php Defines an interface for Styler service. 1 2
CiteprocPhp class Drupal\bibcite\Plugin\BibCiteProcessor src/Plugin/BibCiteProcessor/CiteprocPhp.php Defines a style provider based on citeproc-php library.
Contributor class Drupal\bibcite_entity\Plugin\Field\FieldType modules/bibcite_entity/src/Plugin/Field/FieldType/Contributor.php Plugin implementation of the 'bibcite_contributor' field type.
Contributor class Drupal\bibcite_entity\Entity modules/bibcite_entity/src/Entity/Contributor.php Defines the Contributor entity. 7
ContributorAccessControlHandler class Drupal\bibcite_entity modules/bibcite_entity/src/ContributorAccessControlHandler.php Access controller for the Contributor entity.
ContributorCategory class Drupal\bibcite_entity\Entity modules/bibcite_entity/src/Entity/ContributorCategory.php Defines the Contributor category entity.
ContributorCategoryDeleteForm class Drupal\bibcite_entity\Form modules/bibcite_entity/src/Form/ContributorCategoryDeleteForm.php Builds the form to delete Contributor category entities.
ContributorCategoryForm class Drupal\bibcite_entity\Form modules/bibcite_entity/src/Form/ContributorCategoryForm.php Class ContributorCategoryForm.
ContributorCategoryInterface interface Drupal\bibcite_entity\Entity modules/bibcite_entity/src/Entity/ContributorCategoryInterface.php Provides an interface for defining Contributor category entities. 1
ContributorCategoryListBuilder class Drupal\bibcite_entity modules/bibcite_entity/src/ContributorCategoryListBuilder.php Provides a listing of Contributor category entities.
ContributorDelete class Drupal\bibcite_entity\Plugin\Action modules/bibcite_entity/src/Plugin/Action/ContributorDelete.php Delete contributor action.
ContributorFieldInterface interface Drupal\bibcite_entity\Plugin\Field\FieldType modules/bibcite_entity/src/Plugin/Field/FieldType/ContributorFieldInterface.php Interface for Bibcite Contributor fields. 1
ContributorForm class Drupal\bibcite_entity\Form modules/bibcite_entity/src/Form/ContributorForm.php Form controller for Contributor edit forms.
ContributorInterface interface Drupal\bibcite_entity\Entity modules/bibcite_entity/src/Entity/ContributorInterface.php Provides an interface for defining Contributor entities. 1
ContributorLabelFormatter class Drupal\bibcite_entity\Plugin\Field\FieldFormatter modules/bibcite_entity/src/Plugin/Field/FieldFormatter/ContributorLabelFormatter.php Plugin implementation of the 'entity reference label' formatter.
ContributorListBuilder class Drupal\bibcite_entity modules/bibcite_entity/src/ContributorListBuilder.php Defines a class to build a listing of Contributor entities.
ContributorMerge class Drupal\bibcite_entity\Plugin\Action modules/bibcite_entity/src/Plugin/Action/ContributorMerge.php Merge contributor action.
ContributorName class Drupal\bibcite_entity modules/bibcite_entity/src/ContributorName.php Contributor name computed field.
ContributorNormalizer class Drupal\bibcite_entity\Normalizer modules/bibcite_entity/src/Normalizer/ContributorNormalizer.php Base normalizer class for bibcite formats. 2

Pages

Other projects