function FileStorage::writeable

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

Overrides PhpStorageInterface::writeable

File

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

Class

FileStorage
Stores the code as regular PHP files.

Namespace

Drupal\Component\PhpStorage

Code

function writeable() {
  return TRUE;
}