FileSystemInterface::EXISTS_REPLACE

Same name in other branches
  1. 8.9.x core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::EXISTS_REPLACE
  2. 10 core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::EXISTS_REPLACE
  3. 11.x core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::EXISTS_REPLACE

Flag for dealing with existing files: Replace the existing file.

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_REPLACE = 1;

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