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