public function FileReadOnlyStorage::deleteAll

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

Overrides PhpStorageInterface::deleteAll

File

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

Class

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

Namespace

Drupal\Component\PhpStorage

Code

public function deleteAll() {
  return FALSE;
}