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