By andypost on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
9.4.x
Introduced in version:
9.4.0
Issue links:
Description:
The function drupal_required_modules() has been deprecated in Drupal 9.4 and will be removed before Drupal 10.0.
The function returns an array of required modules provided by core, there's no replacement.
Use ExtensionDiscovery and \Drupal::service('info_parser') to get the list instead of using it
Impacts:
Module developers