Skip to content

Filesystem

Everything under Quiote\Filesystem.

ClassDescription
FileNotFoundStorageExceptionThrown by FilesystemAdapterInterface::read()/FilesystemAdapterInterface::size()/FilesystemAdapterInterface::lastModified() when the path does not exist.
FilesystemConfigTyped snapshot of the filesystem.* settings family.
FilesystemDriverRegistryProcess-global registry mapping short driver aliases (e.g.
FilesystemManagerApp-facing entry point: $container->get(FilesystemManager::class)->write('reports/x.csv', $csv).
FilesystemPluginRegisters the filesystem subsystem: filesystem.* setting defaults (local disk rooted at storage/app, out of the box) and the FilesystemManager service app code depends on.
FilesystemStorageExceptionThrown when a FilesystemAdapterInterface operation fails.
ListableObjectStoreFilesystemAdapterA ListableFilesystemInterface over any ListableObjectStoreClientInterface, everything but listing inherited unchanged from ObjectStoreFilesystemAdapter.
LocalFilesystemAdapterZero-dependency local-disk FilesystemAdapterInterface — the default driver.
ObjectStoreFilesystemAdapterA FilesystemAdapterInterface over any ObjectStoreClientInterface.
InterfaceDescription
FilesystemAdapterInterfaceA general-purpose “read/write/list a file” contract, distinct from SessionPersistenceInterface (session-shaped) and the legacy Storage hierarchy (SessionHandlerInterface- bound).
ListableFilesystemInterfaceA filesystem that can enumerate what it holds.
NamespaceContents
Azure2 types
Gcs2 types
S32 types