You are here

public function PhpStorageInterface::deleteAll in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 80
Contains \Drupal\Component\PhpStorage\PhpStorageInterface.

Class

PhpStorageInterface
Stores and loads PHP code.

Namespace

Drupal\Component\PhpStorage

Code

public function deleteAll();