You are here

public function ReferenceTypeInterface::setCitekeyPattern 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::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\Entity

Code

public function setCitekeyPattern($citekey);