public function PhpStreamWrapperInterface::unlink

1 method overrides PhpStreamWrapperInterface::unlink()
LocalStream::unlink in drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php
Support for unlink().

File

drupal/core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php, line 26
Definition of Drupal\Core\StreamWrapper\PhpStreamWrapperInterface.

Class

PhpStreamWrapperInterface
Defines a generic PHP stream wrapper interface.

Namespace

Drupal\Core\StreamWrapper

Code

public function unlink($uri);