You are here

constant FileSystemInterface::EXISTS_RENAME in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::EXISTS_RENAME
  2. 10 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.

File

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

Class

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

Namespace

Drupal\Core\File

Code

const EXISTS_RENAME = 0;