public function FileReadOnlyStorage::deleteAll in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php \Drupal\Component\PhpStorage\FileReadOnlyStorage::deleteAll()
Removes all files in this bin.
Overrides PhpStorageInterface::deleteAll
File
- lib/
Drupal/ Component/ PhpStorage/ FileReadOnlyStorage.php, line 83 - Contains \Drupal\Component\PhpStorage\FileReadOnlyStorage.
Class
- FileReadOnlyStorage
- Reads code as regular PHP files, but won't write them.
Namespace
Drupal\Component\PhpStorageCode
public function deleteAll() {
return FALSE;
}