Change record status: 
Introduced in branch: 
3.0.x
Introduced in version: 
3.0.0-beta1
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\UserRestrictionListBuilder
  • Drupal\user_restrictions\UserRestrictionsManager => Drupal\user_restrictions\UserRestrictionManager
  • Drupal\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