public function KeywordInterface::setName in Alinks 8
Sets the Keyword name.
Parameters
string $name: The Keyword name.
Return value
\Drupal\alinks\Entity\KeywordInterface The called Keyword entity.
1 method overrides KeywordInterface::setName()
- Keyword::setName in src/
Entity/ Keyword.php - Sets the Keyword name.
File
- src/
Entity/ KeywordInterface.php, line 33
Class
- KeywordInterface
- Provides an interface for defining Keyword entities.
Namespace
Drupal\alinks\EntityCode
public function setName($name);