You are here

public function FlagForList::getBaseFlag in Flag Lists 8

Same name and namespace in other branches
  1. 4.0.x src/Entity/FlagForList.php \Drupal\flag_lists\Entity\FlagForList::getBaseFlag()
1 call to FlagForList::getBaseFlag()
FlagForList::hasBaseFlag in src/Entity/FlagForList.php
Check if the base_flag (template) flag exist.

File

src/Entity/FlagForList.php, line 90

Class

FlagForList
Defines the Flag for list entity.

Namespace

Drupal\flag_lists\Entity

Code

public function getBaseFlag() {
  return $this->base_flag;
}