public PhpStreamWrapperInterface::rename($path_from, $path_to)
Return value
bool
File
- core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php, line 40
Class
- PhpStreamWrapperInterface
- Defines a generic PHP stream wrapper interface.
Namespace
Drupal\Core\StreamWrapper
Code
1 | public function rename( $path_from , $path_to ); |
Please login to continue.