FileSystemInterface::EXISTS_RENAME

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::EXISTS_RENAME
  2. 8.9.x core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::EXISTS_RENAME
  3. 11.x core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::EXISTS_RENAME

Flag for dealing with existing files: Appends number until name is unique.

Deprecated

in drupal:10.3.0 and is removed from drupal:12.0.0. Use \Drupal\Core\File\FileExists::Rename instead.

See also

https://www.drupal.org/node/3426517

File

core/lib/Drupal/Core/File/FileSystemInterface.php, line 18

Class

FileSystemInterface
Provides an interface for helpers that operate on files and stream wrappers.

Namespace

Drupal\Core\File

Code

const EXISTS_RENAME = 0;

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