public function FileStorage::writeable in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Component/PhpStorage/FileStorage.php \Drupal\Component\PhpStorage\FileStorage::writeable()
Whether this is a writeable storage.
Return value
bool
Overrides PhpStorageInterface::writeable
File
- 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;
}