You are here

public function CslStyleInterface::getCslText in Bibliography & Citation 2.0.x

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

Code

public function getCslText();