Problem/Motivation
Php 8.4 Deprecations
Steps to reproduce
Deprecated: Drupal\imce\Imce::access(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/imce/src/Imce.php on line 21
Deprecated: Drupal\imce\Imce::response(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/imce/src/Imce.php on line 28
Deprecated: Drupal\imce\Imce::userFM(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/imce/src/Imce.php on line 36
Deprecated: Drupal\imce\Imce::userFM(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/imce/src/Imce.php on line 36
Deprecated: Drupal\imce\Imce::userProfile(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/imce/src/Imce.php on line 46
Deprecated: Drupal\imce\Imce::userConf(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/imce/src/Imce.php on line 87
Deprecated: Drupal\imce\Imce::accessFilePaths(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/imce/src/Imce.php on line 363
Deprecated: Drupal\imce\Imce::accessFileUri(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/imce/src/Imce.php on line 387
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes