function FileStorage::writeable
Whether this is a writable storage.
Return value
bool
Overrides PhpStorageInterface::writeable
File
-
core/
lib/ Drupal/ Component/ PhpStorage/ FileStorage.php, line 150
Class
- FileStorage
- Stores the code as regular PHP files.
Namespace
Drupal\Component\PhpStorageCode
public function writeable() {
return TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.