Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. LocalStream.php

function LocalStream::rename

Overrides PhpStreamWrapperInterface::rename

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

File

core/lib/Drupal/Core/StreamWrapper/LocalStream.php, line 310

Class

LocalStream
Defines a Drupal stream wrapper base class for local files.

Namespace

Drupal\Core\StreamWrapper

Code

public function rename($from_uri, $to_uri) {
    return rename($this->getLocalPath($from_uri), $this->getLocalPath($to_uri));
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal