You are here

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

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

Check if this style has a prent style.

Return value

bool Boolean indicate the existence of parent.

1 method overrides CslStyleInterface::hasParent()
CslStyle::hasParent in src/Entity/CslStyle.php
Check if this style has a prent style.

File

src/Entity/CslStyleInterface.php, line 18

Class

CslStyleInterface
Provides an interface for defining CSL style entities.

Namespace

Drupal\bibcite\Entity

Code

public function hasParent();