public function StreamWrapperInterface::unlink

1 method overrides StreamWrapperInterface::unlink()
DrupalLocalStreamWrapper::unlink in drupal/includes/stream_wrappers.inc
Support for unlink().

File

drupal/includes/stream_wrappers.inc, line 109
Drupal stream wrapper interface.

Class

StreamWrapperInterface
Generic PHP stream wrapper interface.

Code

public function unlink($uri);