public function CslStyle::getUrlId in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/Entity/CslStyle.php \Drupal\bibcite\Entity\CslStyle::getUrlId()
Get the URL identifier of the style.
Return value
string|null URL string or NULL.
Overrides CslStyleInterface::getUrlId
File
- src/
Entity/ CslStyle.php, line 181
Class
- CslStyle
- Defines the CSL style entity.
Namespace
Drupal\bibcite\EntityCode
public function getUrlId() {
return $this->url_id;
}