DrupalFlysystemCache.php |
src/DrupalFlysystemCache.php |
Drupal\flysystem |
Contains DrupalFlysystemCache. |
flysystem.admin.inc |
flysystem.admin.inc |
|
Configuration page callbacks for Flysystem. |
flysystem.info |
flysystem.info |
|
name = Flysystem
description = Provides access to various filesystem backends using Flysystem.
package = Flysystem
core = 7.x
php = 5.4
dependencies[] = composer_manager |
flysystem.install |
flysystem.install |
|
Install, update, enable hooks for flysystem.module. |
flysystem.module |
flysystem.module |
|
Provides access to various filesystem backends using Flysystem. |
FlysystemBridge.php |
src/FlysystemBridge.php |
Drupal\flysystem |
Contains \Drupal\flysystem\FlysystemBridge. |
FlysystemFactory.php |
src/FlysystemFactory.php |
Drupal\flysystem |
Contains \Drupal\flysystem\FlysystemFactory. |
FlysystemPluginBase.php |
src/Plugin/FlysystemPluginBase.php |
Drupal\flysystem\Plugin |
Contains FlysystemPluginBase. |
FlysystemPluginInterface.php |
src/Plugin/FlysystemPluginInterface.php |
Drupal\flysystem\Plugin |
Contains FlysystemPluginInterface. |
Ftp.php |
src/Flysystem/Ftp.php |
Drupal\flysystem\Flysystem |
Contains \Drupal\flysystem\Flysystem\Ftp. |
Local.php |
src/Flysystem/Local.php |
Drupal\flysystem\Flysystem |
Contains \Drupal\flysystem\Flysystem\Local. |
Missing.php |
src/Flysystem/Missing.php |
Drupal\flysystem\Flysystem |
Contains \Drupal\flysystem\Flysystem\Missing. |
MissingAdapter.php |
src/Flysystem/Adapter/MissingAdapter.php |
Drupal\flysystem\Flysystem\Adapter |
Contains \Drupal\flysystem\Flysystem\Adapter\MissingAdapter. |
ModuleInstallUninstallWebTest.php |
src/Tests/ModuleInstallUninstallWebTest.php |
Drupal\flysystem\Tests |
Contains \Drupal\flysystem\Tests\ModuleInstallUninstallWebTest. |
README.txt |
README.txt |
|
Flysystem
=========
## REQUIREMENTS ##
- PHP 5.4 or greater
- Composer (https://getcomposer.org)
- Composer manager (https://www.drupal.org/project/composer_manager)
## INSTALLATION ##
These are the steps you need to take in order to use this… |
ReplicateAdapter.php |
src/Flysystem/Adapter/ReplicateAdapter.php |
Drupal\flysystem\Flysystem\Adapter |
Contains \Drupal\flysystem\Flysystem\Adapter\ReplicateAdapter. |