# PlainTextStorage

Content storage handler using plain text files stored in the content folder

****

- Full class name: `Kirby\Content\PlainTextStorage`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Content/PlainTextStorage.php#L28>

<unstable-notice>
`PlainTextStorage` 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.
</unstable-notice>

****

### PlainTextStorage

- [new PlainTextStorage()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/__construct.md)
- [$plainTextStorage->all()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/all.md)
- [$plainTextStorage->contentFile()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/content-file.md)
- [$plainTextStorage->contentFiles()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/content-files.md)
- [$plainTextStorage->copy()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/copy.md)
- [$plainTextStorage->copyAll()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/copy-all.md)
- [$plainTextStorage->create()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/create.md)
- [$plainTextStorage->delete()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/delete.md)
- [$plainTextStorage->deleteLanguage()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/delete-language.md)
- [$plainTextStorage->exists()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/exists.md)
- [PlainTextStorage::from()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/from.md)
- [$plainTextStorage->isSameStorageLocation()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/is-same-storage-location.md)
- [$plainTextStorage->model()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/model.md)
- [$plainTextStorage->modified()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/modified.md)
- [$plainTextStorage->move()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/move.md)
- [$plainTextStorage->moveAll()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/move-all.md)
- [$plainTextStorage->moveLanguage()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/move-language.md)
- [$plainTextStorage->read()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/read.md)
- [$plainTextStorage->replaceStrings()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/replace-strings.md)
- [$plainTextStorage->touch()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/touch.md)
- [$plainTextStorage->touchLanguage()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/touch-language.md)
- [$plainTextStorage->update()](https://getkirby.com/docs/reference/objects/content/plain-text-storage/update.md)