- Issue created by @hmdnawaz
- Merge request !64FileSystemInterface replace behaviour constants deprecated → (Open) created by hmdnawaz
FileSystemInterface replace behavior constants are deprecated. Currently in savePrintable
function in printBuilder
service we have
return \Drupal::service('file_system')->saveData($print_engine->getBlob(), $uri, FileSystemInterface::EXISTS_REPLACE);
Replace it with
return \Drupal::service('file_system')->saveData($print_engine->getBlob(), $uri, FileExists::Replace);
Active
2.0
Code