You are here

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

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

Set custom flag for this CSL style.

Parameters

bool $custom: The custom flag.

Return value

$this

1 method overrides CslStyleInterface::setCustom()
CslStyle::setCustom in src/Entity/CslStyle.php
Set custom flag for this CSL style.

File

src/Entity/CslStyleInterface.php, line 98

Class

CslStyleInterface
Provides an interface for defining CSL style entities.

Namespace

Drupal\bibcite\Entity

Code

public function setCustom($custom);