public function PhpStreamWrapperInterface::rename

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

File

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

Class

PhpStreamWrapperInterface
Defines a generic PHP stream wrapper interface.

Namespace

Drupal\Core\StreamWrapper

Code

public function rename($from_uri, $to_uri);