constant FileSystemInterface::EXISTS_REPLACE in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::EXISTS_REPLACE
- 10 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\FileCode
const EXISTS_REPLACE = 1;