You are here

final class FlysystemEvents in Flysystem 8

Same name and namespace in other branches
  1. 3.x src/Event/FlysystemEvents.php \Drupal\flysystem\Event\FlysystemEvents
  2. 2.0.x src/Event/FlysystemEvents.php \Drupal\flysystem\Event\FlysystemEvents
  3. 3.0.x src/Event/FlysystemEvents.php \Drupal\flysystem\Event\FlysystemEvents

Defines events for the Flysystem module.

Hierarchy

Expanded class hierarchy of FlysystemEvents

3 files declare their use of FlysystemEvents
EnsureSubscriber.php in src/EventSubscriber/EnsureSubscriber.php
EnsureSubscriberTest.php in tests/src/Unit/EventSubscriber/EnsureSubscriberTest.php
FlysystemFactory.php in src/FlysystemFactory.php

File

src/Event/FlysystemEvents.php, line 8

Namespace

Drupal\flysystem\Event
View source
final class FlysystemEvents {

  /**
   * Fired when FlysystemFactory::ensure() is called.
   */
  const ENSURE = 'feeds.ensure';

}

Members

Namesort descending Modifiers Type Description Overrides
FlysystemEvents::ENSURE constant Fired when FlysystemFactory::ensure() is called.