You are here

Classes, traits, and interfaces in Flysystem 7

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
DrupalFlysystemCache class Drupal\flysystem src/DrupalFlysystemCache.php An adapter that allows Flysystem to use Drupal's cache system. 1
FlysystemBridge class Drupal\flysystem src/FlysystemBridge.php An adapter for Flysystem to \DrupalStreamWrapperInterface.
FlysystemFactory class Drupal\flysystem src/FlysystemFactory.php A factory for Flysystem filesystems. 1
FlysystemPluginBase abstract class Drupal\flysystem\Plugin src/Plugin/FlysystemPluginBase.php Base class for plugins. 3 3
FlysystemPluginInterface interface Drupal\flysystem\Plugin src/Plugin/FlysystemPluginInterface.php Interface Flysystem plugins must implement. 1
Ftp class Drupal\flysystem\Flysystem src/Flysystem/Ftp.php Drupal plugin for the "FTP" Flysystem adapter.
Local class Drupal\flysystem\Flysystem src/Flysystem/Local.php Drupal plugin for the "Local" Flysystem adapter. 1
Missing class Drupal\flysystem\Flysystem src/Flysystem/Missing.php Drupal plugin for the "MissingAdapter" Flysystem adapter.
MissingAdapter class Drupal\flysystem\Flysystem\Adapter src/Flysystem/Adapter/MissingAdapter.php An adapter used when a plugin is missing. It fails at everything. 3
ModuleInstallUninstallWebTest class Drupal\flysystem\Tests src/Tests/ModuleInstallUninstallWebTest.php Tests module installation and uninstallation.
ReplicateAdapter class Drupal\flysystem\Flysystem\Adapter src/Flysystem/Adapter/ReplicateAdapter.php @todo Remove after https://github.com/thephpleague/flysystem-replicate-adapter/pull/5 1

Other projects