You are here

public function FlagForList::getOwner in Flag Lists 4.0.x

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

File

src/Entity/FlagForList.php, line 104

Class

FlagForList
Defines the Flag for list entity.

Namespace

Drupal\flag_lists\Entity

Code

public function getOwner() {
  return $this->owner;
}