You are here

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

Same name and namespace in other branches
  1. 8 src/Entity/FlaggingCollectionInterface.php \Drupal\flag_lists\Entity\FlaggingCollectionInterface::getRelatedFlag()

Gets the Related Flag for the Flagging collection.

Return value

string Name of the Related Flag.

1 method overrides FlaggingCollectionInterface::getRelatedFlag()
FlaggingCollection::getRelatedFlag in src/Entity/FlaggingCollection.php
Gets the Related Flag for the Flagging collection.

File

src/Entity/FlaggingCollectionInterface.php, line 142

Class

FlaggingCollectionInterface
Provides an interface for defining Flagging collection entities.

Namespace

Drupal\flag_lists\Entity

Code

public function getRelatedFlag();