FileReadOnlyStorage::writeable

FileReadOnlyStorage::writeable()

Whether this is a writeable storage.

Return value

bool

Overrides PhpStorageInterface::writeable

File

core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php, line 71

Class

FileReadOnlyStorage
Reads code as regular PHP files, but won't write them.

Namespace

Drupal\Component\PhpStorage

Code

function writeable() {
  return FALSE;
}
doc_Drupal
2016-10-29 09:13:33
Comments
Leave a Comment

Please login to continue.