public function ReferenceType::getCitekeyPattern in Bibliography & Citation 2.0.x
Same name and namespace in other branches
- 8 modules/bibcite_entity/src/Entity/ReferenceType.php \Drupal\bibcite_entity\Entity\ReferenceType::getCitekeyPattern()
Gets pattern for citekey generation.
Return value
string Pattern for citekey generation.
Overrides ReferenceTypeInterface::getCitekeyPattern
File
- modules/
bibcite_entity/ src/ Entity/ ReferenceType.php, line 174
Class
- ReferenceType
- Defines the Reference type entity.
Namespace
Drupal\bibcite_entity\EntityCode
public function getCitekeyPattern() {
return $this->citekey_pattern;
}