You are here

public function CslStyleInterface::getUrlId in Bibliography & Citation 8

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

Get the URL identifier of the style.

Return value

string|null URL string or NULL.

1 method overrides CslStyleInterface::getUrlId()
CslStyle::getUrlId in src/Entity/CslStyle.php
Get the URL identifier of the style.

File

src/Entity/CslStyleInterface.php, line 106

Class

CslStyleInterface
Provides an interface for defining CSL style entities.

Namespace

Drupal\bibcite\Entity

Code

public function getUrlId();