public function FileStorage::writeable in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Component/PhpStorage/FileStorage.php \Drupal\Component\PhpStorage\FileStorage::writeable()
Whether this is a writeable storage.
Return value
bool
Overrides PhpStorageInterface::writeable
File
- core/
lib/ Drupal/ Component/ PhpStorage/ FileStorage.php, line 205 - Contains \Drupal\Component\PhpStorage\FileStorage.
Class
- FileStorage
- Stores the code as regular PHP files.
Namespace
Drupal\Component\PhpStorageCode
public function writeable() {
return TRUE;
}