public function CslStyleInterface::calculateHash in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/Entity/CslStyleInterface.php \Drupal\bibcite\Entity\CslStyleInterface::calculateHash()
Calculate hash from CSL text.
Return value
string Hash string calculated from CSL text.
1 method overrides CslStyleInterface::calculateHash()
- CslStyle::calculateHash in src/
Entity/ CslStyle.php - Calculate hash from CSL text.
File
- src/
Entity/ CslStyleInterface.php, line 80
Class
- CslStyleInterface
- Provides an interface for defining CSL style entities.
Namespace
Drupal\bibcite\EntityCode
public function calculateHash();