public function CslStyle::getCslText in Bibliography & Citation 2.0.x
Same name and namespace in other branches
- 8 src/Entity/CslStyle.php \Drupal\bibcite\Entity\CslStyle::getCslText()
Get text of CSL style.
Return value
string CSL text
Overrides CslStyleInterface::getCslText
File
- src/
Entity/ CslStyle.php, line 103
Class
- CslStyle
- Defines the CSL style entity.
Namespace
Drupal\bibcite\EntityCode
public function getCslText() {
return $this->csl;
}