You are here

public function CslStyle::getCslText in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x 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\Entity

Code

public function getCslText() {
  return $this->csl;
}