You are here

public function Csl::getId in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 src/Csl.php \Drupal\bibcite\Csl::getId()

Get CSL style identifier.

Return value

string Identifier of the style

File

src/Csl.php, line 43

Class

Csl
Simple wrapper for CSL XML.

Namespace

Drupal\bibcite

Code

public function getId() {
  return (string) $this->xml->info->id;
}