You are here

public function FlagListItemInterface::getFlagList in Flag Lists 8

Same name and namespace in other branches
  1. 4.0.x src/Entity/FlagListItemInterface.php \Drupal\flag_lists\Entity\FlagListItemInterface::getFlagList()

Gets the Flag List for this item.

Return value

string Name of the Flag List.

1 method overrides FlagListItemInterface::getFlagList()
FlagListItem::getFlagList in src/Entity/FlagListItem.php
Gets the Flag List for this item.

File

src/Entity/FlagListItemInterface.php, line 103

Class

FlagListItemInterface
Provides an interface for defining Flag list item entities.

Namespace

Drupal\flag_lists\Entity

Code

public function getFlagList();