function FileUploadResult::isSecurityRename
Same name in other branches
- 9 core/modules/file/src/Upload/FileUploadResult.php \Drupal\file\Upload\FileUploadResult::isSecurityRename()
- 11.x core/modules/file/src/Upload/FileUploadResult.php \Drupal\file\Upload\FileUploadResult::isSecurityRename()
Returns if there was a security rename.
Return value
bool
File
-
core/
modules/ file/ src/ Upload/ FileUploadResult.php, line 120
Class
- FileUploadResult
- Value object for a file upload result.
Namespace
Drupal\file\UploadCode
public function isSecurityRename() : bool {
return $this->securityRename;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.