You are here

public function FlaggingCollectionInterface::setBaseFlag in Flag Lists 4.0.x

Same name and namespace in other branches
  1. 8 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\Entity

Code

public function setBaseFlag($name);