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