You are here

public function UnflaggingEvent::getFlaggings in Flag 8.4

Returns the flagging associated with the Event.

Return value

\Drupal\flag\FlaggingInterface[] The flaggings.

File

src/Event/UnflaggingEvent.php, line 35

Class

UnflaggingEvent
Event for when a flagging is deleted.

Namespace

Drupal\flag\Event

Code

public function getFlaggings() {
  return $this->flaggings;
}