public function FlaggingCollectionInterface::getBaseFlag in Flag Lists 8
Same name and namespace in other branches
- 4.0.x src/Entity/FlaggingCollectionInterface.php \Drupal\flag_lists\Entity\FlaggingCollectionInterface::getBaseFlag()
 
Gets the Base Flag for the Flagging collection.
Return value
string Name of the Base Flag.
1 method overrides FlaggingCollectionInterface::getBaseFlag()
- FlaggingCollection::getBaseFlag in src/
Entity/ FlaggingCollection.php  - Gets the Base Flag for the Flagging collection.
 
File
- src/
Entity/ FlaggingCollectionInterface.php, line 123  
Class
- FlaggingCollectionInterface
 - Provides an interface for defining Flagging collection entities.
 
Namespace
Drupal\flag_lists\EntityCode
public function getBaseFlag();