You are here

public function FlaggingEvent::getFlagging in Flag 8.4

Returns the flagging associated with the Event.

Return value

\Drupal\flag\FlaggingInterface The flagging.

File

src/Event/FlaggingEvent.php, line 36

Class

FlaggingEvent
Event for when a flagging is created.

Namespace

Drupal\flag\Event

Code

public function getFlagging() {
  return $this->flagging;
}