public function FlaggingCollectionInterface::setName in Flag Lists 4.0.x
Same name and namespace in other branches
- 8 src/Entity/FlaggingCollectionInterface.php \Drupal\flag_lists\Entity\FlaggingCollectionInterface::setName()
Sets the Flagging collection name.
Parameters
string $name: The Flagging collection name.
Return value
\Drupal\flag_lists\Entity\FlaggingCollectionInterface The called Flagging collection entity.
1 method overrides FlaggingCollectionInterface::setName()
- FlaggingCollection::setName in src/
Entity/ FlaggingCollection.php - Sets the Flagging collection name.
File
- src/
Entity/ FlaggingCollectionInterface.php, line 36
Class
- FlaggingCollectionInterface
- Provides an interface for defining Flagging collection entities.
Namespace
Drupal\flag_lists\EntityCode
public function setName($name);