You are here

public function FMDiskFileSystemInterface::renameFile in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8.2

Renames a file.

1 method overrides FMDiskFileSystemInterface::renameFile()
FMDiskFileSystem::renameFile in src/Flmngr/FlmngrServer/fs/FMDiskFileSystem.php
Renames a file.

File

src/Flmngr/FlmngrServer/fs/FMDiskFileSystemInterface.php, line 38

Class

FMDiskFileSystemInterface
Interface for interacting with file system (local disk fs is supported now).

Namespace

Drupal\n1ed\Flmngr\FlmngrServer\fs

Code

public function renameFile($filePath, $newName);