By avpaderno on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
3.0.x
Introduced in version:
3.0.0-beta1
Issue links:
Description:
The following entity-related classes have been renamed to match similar names used for entity-related classes implemented by Drupal core.
Drupal\user_restrictions\UserRestrictionsListBuilder=>Drupal\user_restrictions\UserRestrictionListBuilderDrupal\user_restrictions\UserRestrictionsManager=>Drupal\user_restrictions\UserRestrictionManagerDrupal\user_restrictions\UserRestrictionsManagerInterface=>Drupal\user_restrictions\UserRestrictionManagerInterface
Code using the old class names will get a deprecation message, when using the 3.0.x branch. With the 4.0.x branch, it will no longer be possible to use the old class names.
The classes were never supposed to be used as parent classes by contributed or custom modules, though. They should not be extended by other modules.
Impacts:
Module developers