public function PhpStorageInterface::delete

Deletes PHP code from storage.

Parameters

string $name: The virtual file name. Can be a relative path.

Return value

bool TRUE if the delete succeeded, FALSE if it failed.

2 methods override PhpStorageInterface::delete()

File

drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php, line 75
Definition of Drupal\Component\PhpStorage\PhpStorageInterface.

Class

PhpStorageInterface
Stores and loads PHP code.

Namespace

Drupal\Component\PhpStorage

Code

public function delete($name);