function FileUploadResult::isRenamed

Same name and namespace in other branches
  1. 10 core/modules/file/src/Upload/FileUploadResult.php \Drupal\file\Upload\FileUploadResult::isRenamed()
  2. 11.x core/modules/file/src/Upload/FileUploadResult.php \Drupal\file\Upload\FileUploadResult::isRenamed()

Returns if there was a file rename.

Return value

bool

File

core/modules/file/src/Upload/FileUploadResult.php, line 112

Class

FileUploadResult
Value object for a file upload result.

Namespace

Drupal\file\Upload

Code

public function isRenamed() : bool {
    return $this->originalFilename !== $this->sanitizedFilename;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.