You are here

public function CslStyleInterface::setParent in Bibliography & Citation 8

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

Set parent style.

Parameters

\Drupal\bibcite\Entity\CslStyleInterface|null $parent: Parent style object or NULL if you want to delete relationship.

Return value

$this

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

File

src/Entity/CslStyleInterface.php, line 36

Class

CslStyleInterface
Provides an interface for defining CSL style entities.

Namespace

Drupal\bibcite\Entity

Code

public function setParent($parent = NULL);