- Issue created by @hmdnawaz
FileSystemInterface replace behavior constants are deprecated. Currently used in _media_entity_file_replace_submit
function.
$file_exists_param = FileSystemInterface::EXISTS_REPLACE;
Should be replaced $file_exists_param = FileExists::Replace;
Active
1.0
Code