You are here

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

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

Gets the Flagging collection name.

Return value

string Name of the Flagging collection.

1 method overrides FlaggingCollectionInterface::getName()
FlaggingCollection::getName in src/Entity/FlaggingCollection.php
Gets the Flagging collection name.

File

src/Entity/FlaggingCollectionInterface.php, line 25

Class

FlaggingCollectionInterface
Provides an interface for defining Flagging collection entities.

Namespace

Drupal\flag_lists\Entity

Code

public function getName();