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