You are here

public function Csl::getTitle in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x src/Csl.php \Drupal\bibcite\Csl::getTitle()

Get CSL style title.

Return value

string Title of the style.

File

src/Csl.php, line 53

Class

Csl
Simple wrapper for CSL XML.

Namespace

Drupal\bibcite

Code

public function getTitle() {
  return (string) $this->xml->info->title;
}