function PhpStorageInterface::deleteAll
Same name in other branches
- 9 core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php \Drupal\Component\PhpStorage\PhpStorageInterface::deleteAll()
- 8.9.x core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php \Drupal\Component\PhpStorage\PhpStorageInterface::deleteAll()
- 11.x core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php \Drupal\Component\PhpStorage\PhpStorageInterface::deleteAll()
Removes all files in this bin.
2 methods override PhpStorageInterface::deleteAll()
- FileReadOnlyStorage::deleteAll in core/
lib/ Drupal/ Component/ PhpStorage/ FileReadOnlyStorage.php - Removes all files in this bin.
- FileStorage::deleteAll in core/
lib/ Drupal/ Component/ PhpStorage/ FileStorage.php - Removes all files in this bin.
File
-
core/
lib/ Drupal/ Component/ PhpStorage/ PhpStorageInterface.php, line 81
Class
- PhpStorageInterface
- Stores and loads PHP code.
Namespace
Drupal\Component\PhpStorageCode
public function deleteAll();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.