You are here

public function FlagListItemInterface::getBaseFlag in Flag Lists 4.0.x

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

Gets the Base Flag for this item.

Return value

string Name of the Base Flag.

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

File

src/Entity/FlagListItemInterface.php, line 84

Class

FlagListItemInterface
Provides an interface for defining Flag list item entities.

Namespace

Drupal\flag_lists\Entity

Code

public function getBaseFlag();