New issues from 8.8 release:

------ ---------------------------------------------------------------------
Line helper/src/Config.php
------ ---------------------------------------------------------------------
115 Call to deprecated function file_scan_directory():
in drupal:8.8.0 and is removed from drupal:9.0.0.
Use \Drupal\Core\File\FileSystemInterface::scanDirectory() instead.
198 Call to deprecated function file_scan_directory():
in drupal:8.8.0 and is removed from drupal:9.0.0.
Use \Drupal\Core\File\FileSystemInterface::scanDirectory() instead.
------ ---------------------------------------------------------------------

CommentFileSizeAuthor
#2 drupal_9_deprecated_code-3115178-2.patch1.22 KBbblake

Comments

bblake created an issue. See original summary.

bblake’s picture

StatusFileSize
new1.22 KB

Didn't want to alter the service definition to inject the file_system service as I'm not sure what ramifications that might have.

bblake’s picture

Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, 2: drupal_9_deprecated_code-3115178-2.patch, failed testing. View results
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.

tapaswini sahoo’s picture

Status: Needs work » Needs review
dave reid’s picture

Status: Needs review » Closed (duplicate)