Storage
Abstract for content storage handlers; note that it is so far not viable to build custom handlers because the CMS core relies on the filesystem and cannot fully benefit from this abstraction yet
Storage
has been marked as unstable. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.
-
new Storage()
-
$storage->all()
-
$storage->copy()
-
$storage->copyAll()
-
$storage->create()
-
$storage->delete()
-
$storage->deleteLanguage()
-
$storage->exists()
-
Storage::from()
-
$storage->isSameStorageLocation()
-
$storage->model()
-
$storage->modified()
-
$storage->move()
-
$storage->moveAll()
-
$storage->moveLanguage()
-
$storage->read()
-
$storage->replaceStrings()
-
$storage->touch()
-
$storage->touchLanguage()
-
$storage->update()