Problem/Motivation
The usual service name for plugin managers starts with plugin.manager., which is the service name used for services implemented by classes like Drupal\Core\Block\BlockManager, Drupal\Core\Action\ActionManager, or Drupal\help\HelpSectionManager.
In the same way, the user_restrictions.type_manager service should be named plugin.manager.user_restriction_type.
Proposed resolution
Rename the user_restrictions.type_manager service plugin.manager.user_restriction_type, but keep the first as alias of the latter.
user_restrictions.type_manager should be deprecated in the 3.0.x branch and removed from the 4.0.x branch.
Issue fork user_restrictions-3554160
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
avpadernoComment #5
avpadernoComment #8
avpaderno