FILE_EXISTS_REPLACE
Same name in other branches
- 7.x includes/file.inc \FILE_EXISTS_REPLACE
Flag for dealing with existing files: Replace the existing file.
Deprecated
in drupal:8.7.0 and is removed from drupal:9.0.0. Use \Drupal\Core\File\FileSystemInterface::EXISTS_REPLACE.
Related topics
File
-
core/
includes/ file.inc, line 76
Code
const FILE_EXISTS_REPLACE = FileSystemInterface::EXISTS_REPLACE;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.