You are here

namespace Drupal\flysystem\Flysystem\Adapter in Flysystem 8

Same name in other branches
  1. 7 Drupal\flysystem\Flysystem\Adapter
  2. 3.x Drupal\flysystem\Flysystem\Adapter
  3. 2.0.x Drupal\flysystem\Flysystem\Adapter
  4. 3.0.x Drupal\flysystem\Flysystem\Adapter
Classsort descending Location Description
CacheItem src/Flysystem/Adapter/CacheItem.php A filesystem item stored in the Drupal cache.
CacheItemBackend src/Flysystem/Adapter/CacheItemBackend.php Storage backend for cache items.
DrupalCacheAdapter src/Flysystem/Adapter/DrupalCacheAdapter.php A Flysystem adapter implementing caching with Drupal's Cache API.
MissingAdapter src/Flysystem/Adapter/MissingAdapter.php An adapter used when a plugin is missing. It fails at everything.