function 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\UploadCode
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.