public function ReferenceTypeInterface::setCitekeyPattern in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x modules/bibcite_entity/src/Entity/ReferenceTypeInterface.php \Drupal\bibcite_entity\Entity\ReferenceTypeInterface::setCitekeyPattern()
Sets pattern for citekey generation.
Parameters
string $citekey: String of pattern.
Return value
$this
1 method overrides ReferenceTypeInterface::setCitekeyPattern()
- ReferenceType::setCitekeyPattern in modules/
bibcite_entity/ src/ Entity/ ReferenceType.php - Sets pattern for citekey generation.
File
- modules/
bibcite_entity/ src/ Entity/ ReferenceTypeInterface.php, line 99
Class
- ReferenceTypeInterface
- Provides an interface for defining Reference type entities.
Namespace
Drupal\bibcite_entity\EntityCode
public function setCitekeyPattern($citekey);