Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 129ea1e6d783 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
15 use Symfony\Component\DependencyInjection\Definition; | 15 use Symfony\Component\DependencyInjection\Definition; |
16 | 16 |
17 /** | 17 /** |
18 * {@inheritdoc} | 18 * {@inheritdoc} |
19 * | 19 * |
20 * Noop proxy instantiator - simply produces the real service instead of a proxy instance. | 20 * Noop proxy instantiator - produces the real service instead of a proxy instance. |
21 * | 21 * |
22 * @author Marco Pivetta <ocramius@gmail.com> | 22 * @author Marco Pivetta <ocramius@gmail.com> |
23 */ | 23 */ |
24 class RealServiceInstantiator implements InstantiatorInterface | 24 class RealServiceInstantiator implements InstantiatorInterface |
25 { | 25 { |