has()
for Media Folders (#534)entries according to this ticket (#536) we have several changes for entries storage.
flextype('entries')->storage()->get()
instead of flextype('entries')->getStorage()
flextype('entries')->storage()->set()
instead of flextype('entries')->setStorage()
flextype('entries')->storage()->has()
instead of flextype('entries')->hasStorage()
flextype('entries')->storage()->delete()
instead of flextype('entries')->deleteStorage()
note: all method from Atomastic Arrays are available for Arrays Storage Object manipulations docs: https://github.com/atomastic/arrays
src/
vendor/
var/
index.php
src/
vendor/
index.php