constant FileSystemInterface::EXISTS_ERROR in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::EXISTS_ERROR
- 9 core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::EXISTS_ERROR
Flag for dealing with existing files: Do nothing and return FALSE.
File
- core/
lib/ Drupal/ Core/ File/ FileSystemInterface.php, line 23
Class
- FileSystemInterface
- Provides an interface for helpers that operate on files and stream wrappers.
Namespace
Drupal\Core\FileCode
const EXISTS_ERROR = 2;