public function CslStyleInterface::isCustom in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x 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\EntityCode
public function isCustom();