final class FlysystemEvents in Flysystem 2.0.x
Same name and namespace in other branches
- 8 src/Event/FlysystemEvents.php \Drupal\flysystem\Event\FlysystemEvents
- 3.x src/Event/FlysystemEvents.php \Drupal\flysystem\Event\FlysystemEvents
- 3.0.x src/Event/FlysystemEvents.php \Drupal\flysystem\Event\FlysystemEvents
Defines events for the Flysystem module.
Hierarchy
- class \Drupal\flysystem\Event\FlysystemEvents
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\EventView source
final class FlysystemEvents {
/**
* Fired when FlysystemFactory::ensure() is called.
*/
const ENSURE = 'feeds.ensure';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FlysystemEvents:: |
constant | Fired when FlysystemFactory::ensure() is called. |