You are here

public function CslStyleInterface::isCustom in Bibliography & Citation 2.0.x

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

Check if this CSL style is custom.

Return value

bool TRUE if this CSL style marked as custom and FALSE if not.

1 method overrides CslStyleInterface::isCustom()
CslStyle::isCustom in src/Entity/CslStyle.php
Check if this CSL style is custom.

File

src/Entity/CslStyleInterface.php, line 88

Class

CslStyleInterface
Provides an interface for defining CSL style entities.

Namespace

Drupal\bibcite\Entity

Code

public function isCustom();