public function CslStyleInterface::setUrlId in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/Entity/CslStyleInterface.php \Drupal\bibcite\Entity\CslStyleInterface::setUrlId()
Set the URL identifier.
Parameters
string $url_id: URL identifier string.
Return value
$this
1 method overrides CslStyleInterface::setUrlId()
- CslStyle::setUrlId in src/
Entity/ CslStyle.php - Set the URL identifier.
File
- src/
Entity/ CslStyleInterface.php, line 116
Class
- CslStyleInterface
- Provides an interface for defining CSL style entities.
Namespace
Drupal\bibcite\EntityCode
public function setUrlId($url_id);