You are here

public function CslStyleInterface::setCslText in Bibliography & Citation 8

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

Code

public function setCslText($csl_text);