public function StreamWrapperInterface::rename
1 method overrides StreamWrapperInterface::rename()
- DrupalLocalStreamWrapper::rename in drupal-7.x/
includes/ stream_wrappers.inc - Support for rename().
Archivo
- drupal-7.x/
includes/ stream_wrappers.inc, line 110 - Drupal stream wrapper interface.
Class
- StreamWrapperInterface
- Generic PHP stream wrapper interface.
Código
public function rename($from_uri, $to_uri);