Problem/Motivation
Deprecation report obtained running drupal-check over the following version
Source: https://git.drupalcode.org/project/geofield_map/commit/a2368a42dd7e9ea9488d560c08947d52cc57d546
wodby@php.container:/var/www/html $ vendor/bin/drupal-check web/modules/contrib/geofield
_map
42/42 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ ----------------------------------------------------
Line src/Services/MarkerIconService.php
------ ----------------------------------------------------
156 Call to deprecated function file_scan_directory().
159 Call to deprecated function file_scan_directory().
------ ----------------------------------------------------
[ERROR] Found 2 errors
Proposed resolution
Replace procedural calls with injected service.
Remaining tasks
Provide a patch
User interface changes
None
API changes
None
Data model changes
None
Release notes snippet
None
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupal_9_deprecation_3108809-2.patch | 3.24 KB | d70rr3s |
Comments
Comment #2
d70rr3s commentedComment #3
d70rr3s commentedComment #5
itamair commentedCommitted into dev, will be part of the next release.