You are here

public function CslStyleInterface::getParent in Bibliography & Citation 8

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

Get parent style.

Return value

\Drupal\bibcite\Entity\CslStyleInterface|null Parent style object or NULL.

1 method overrides CslStyleInterface::getParent()
CslStyle::getParent in src/Entity/CslStyle.php
Get parent style.

File

src/Entity/CslStyleInterface.php, line 26

Class

CslStyleInterface
Provides an interface for defining CSL style entities.

Namespace

Drupal\bibcite\Entity

Code

public function getParent();