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