- Issue created by @koosvdkolk
When on PHP 8.3 (or 8.4), I get many 'Deprecated function' warnings
Deprecated function: Drupal\features\FeaturesManager::isFeatureModule(): Implicitly marking parameter $bundle as nullable is deprecated, the explicit nullable type must be used instead in include() (line 582 of C:\Users\mypc\www\my_site\drupal\vendor\composer\ClassLoader.php).
Deprecated function: Drupal\features\FeaturesManager::listPackageDirectories(): Implicitly marking parameter $bundle as nullable is deprecated, the explicit nullable type must be used instead in include() (line 582 of C:\Users\mypc\www\my_site\drupal\vendor\composer\ClassLoader.php).
Deprecated function: Drupal\features\FeaturesManager::getFeaturesModules(): Implicitly marking parameter $bundle as nullable is deprecated, the explicit nullable type must be used instead in include() (line 582 of C:\Users\mypc\www\my_site\drupal\vendor\composer\ClassLoader.php).
Deprecated function: Drupal\features\FeaturesManager::initPackage(): Implicitly marking parameter $bundle as nullable is deprecated, the explicit nullable type must be used instead in include() (line 582 of C:\Users\mypc\www\my_site\drupal\vendor\composer\ClassLoader.php).
Deprecated function: Drupal\features\FeaturesManager::assignConfigDependents(): Implicitly marking parameter $item_names as nullable is deprecated, the explicit nullable type must be used instead in include() (line 582 of C:\Users\mypc\www\my_site\drupal\vendor\composer\ClassLoader.php).
Deprecated function: Drupal\features\FeaturesManager::assignPackageDependencies(): Implicitly marking parameter $package as nullable is deprecated, the explicit nullable type must be used instead in include() (line 582 of C:\Users\mypc\www\my_site\drupal\vendor\composer\ClassLoader.php).
Deprecated function: Drupal\features\FeaturesManager::getPackageObject(): Implicitly marking parameter $bundle as nullable is deprecated, the explicit nullable type must be used instead in include() (line 582 of C:\Users\mypc\www\my_site\drupal\vendor\composer\ClassLoader.php).
Deprecated function: Drupal\features\FeaturesManager::listExistingConfig(): Implicitly marking parameter $bundle as nullable is deprecated, the explicit nullable type must be used instead in include() (line 582 of C:\Users\mypc\www\my_site\drupal\vendor\composer\ClassLoader.php).
Deprecated function: Drupal\features\FeaturesManager::getExportInfo(): Implicitly marking parameter $bundle as nullable is deprecated, the explicit nullable type must be used instead in include() (line 582 of C:\Users\mypc\www\my_site\drupal\vendor\composer\ClassLoader.php).
Active
3.0
Code