public function KeywordInterface::setName in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x 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\EntityCode
public function setName($name);