public function Csl::getId in Bibliography & Citation 2.0.x
Same name and namespace in other branches
- 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\bibciteCode
public function getId() {
return (string) $this->xml->info->id;
}