Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Event.php

function Event::getFlags

Returns the event's flags.

Return value

mixed[] The event flags

File

vendor/composer/composer/src/Composer/EventDispatcher/Event.php, line 81

Class

Event
The base event class

Namespace

Composer\EventDispatcher

Code

public function getFlags() : array {
    return $this->flags;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal