function FileReadOnlyStorage::writeable

Implements Drupal\Component\PhpStorage\PhpStorageInterface::writeable().

Overrides PhpStorageInterface::writeable

File

drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php, line 76
Definition of Drupal\Component\PhpStorage\FileStorage.

Class

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

Namespace

Drupal\Component\PhpStorage

Code

function writeable() {
  return FALSE;
}