Change record status: 
Project: 
Introduced in branch: 
8.x
Introduced in version: 
8.0-alpha7
Description: 

After #2057869: Provide an alias for 'plugin.manager.entity' called 'entity.manager' we have entity.manager as an alias of plugin.manager.entity. Clean up instances of 'plugin.manager.entity' and replace them with entity.manager.

Example

Before

$container->get('plugin.manager.entity'),

After

plugin.manager.entity service is replaced with entity.manager.

$container->get('entity.manager'),
Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done