function FileReadOnlyStorage::writeable in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php \Drupal\Component\PhpStorage\FileReadOnlyStorage::writeable()
 
Whether this is a writeable storage.
Return value
bool
Overrides PhpStorageInterface::writeable
File
- core/
lib/ Drupal/ Component/ PhpStorage/ FileReadOnlyStorage.php, line 76  - Contains \Drupal\Component\PhpStorage\FileReadOnlyStorage.
 
Class
- FileReadOnlyStorage
 - Reads code as regular PHP files, but won't write them.
 
Namespace
Drupal\Component\PhpStorageCode
function writeable() {
  return FALSE;
}