1 | <?php |
||
15 | class EntityManagerAliasCompatFactory implements FactoryInterface |
||
|
|||
16 | { |
||
17 | /** |
||
18 | * {@inheritDoc} |
||
19 | * |
||
20 | * @deprecated this method was introduced to allow aliasing of service `Doctrine\ORM\EntityManager` |
||
21 | * from `doctrine.entitymanager.orm_default` |
||
22 | * |
||
23 | * @return EntityManager |
||
24 | */ |
||
25 | public function __invoke(ContainerInterface $container, $requestedName, ?array $options = null) |
||
29 | |||
30 | /** |
||
31 | * {@inheritDoc} |
||
32 | * |
||
33 | * @deprecated this method was introduced to allow aliasing of service `Doctrine\ORM\EntityManager` |
||
34 | * from `doctrine.entitymanager.orm_default` |
||
35 | * |
||
36 | * @return EntityManager |
||
37 | */ |
||
38 | public function createService(ServiceLocatorInterface $container) |
||
42 | } |
||
43 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.