By nicxvan on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.5.x
Introduced in version:
11.5.0
Issue links:
Description:
The module.inc file and functions are deprecated and will be removed in Drupal 13.
Before
module_set_weight
After
\Drupal::service(ModuleWeight::class)->set()
Before
module_config_sort
After
\Drupal::service(ModuleWeight::class)->sort()
use Drupal\Core\Extension\ModuleWeight;
Impacts:
Module developers