You are here

public function KeywordInterface::setName in Bibliography & Citation 2.0.x

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

Sets the Keyword name.

Parameters

string $name: The Keyword name.

Return value

\Drupal\bibcite_entity\Entity\KeywordInterface The called Keyword entity.

1 method overrides KeywordInterface::setName()
Keyword::setName in modules/bibcite_entity/src/Entity/Keyword.php
Sets the Keyword name.

File

modules/bibcite_entity/src/Entity/KeywordInterface.php, line 32

Class

KeywordInterface
Provides an interface for defining Keyword entities.

Namespace

Drupal\bibcite_entity\Entity

Code

public function setName($name);