You are here

public function ReferenceTypeInterface::getCitekeyPattern in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 modules/bibcite_entity/src/Entity/ReferenceTypeInterface.php \Drupal\bibcite_entity\Entity\ReferenceTypeInterface::getCitekeyPattern()

Gets pattern for citekey generation.

Return value

string Pattern for citekey generation.

1 method overrides ReferenceTypeInterface::getCitekeyPattern()
ReferenceType::getCitekeyPattern in modules/bibcite_entity/src/Entity/ReferenceType.php
Gets pattern for citekey generation.

File

modules/bibcite_entity/src/Entity/ReferenceTypeInterface.php, line 89

Class

ReferenceTypeInterface
Provides an interface for defining Reference type entities.

Namespace

Drupal\bibcite_entity\Entity

Code

public function getCitekeyPattern();