You are here

public function ReferenceTypeInterface::setDescription in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 modules/bibcite_entity/src/Entity/ReferenceTypeInterface.php \Drupal\bibcite_entity\Entity\ReferenceTypeInterface::setDescription()

Set description.

Parameters

string $desc: String of description.

Return value

\Drupal\bibcite_entity\Entity\ReferenceTypeInterface Callable entity object.

1 method overrides ReferenceTypeInterface::setDescription()
ReferenceType::setDescription in modules/bibcite_entity/src/Entity/ReferenceType.php
Set description.

File

modules/bibcite_entity/src/Entity/ReferenceTypeInterface.php, line 38

Class

ReferenceTypeInterface
Provides an interface for defining Reference type entities.

Namespace

Drupal\bibcite_entity\Entity

Code

public function setDescription($desc);