| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 35 | public function process(ContainerBuilder $container) |
||
| 36 | { |
||
| 37 | $this->saveTaggedServices($container, 'bundle.install', 'services.bundle.install.php'); |
||
| 38 | $this->saveTaggedServices($container, 'bundle.update', 'services.bundle.update.php'); |
||
| 39 | $this->saveTaggedServices($container, 'bundle.uninstall', 'services.bundle.uninstall.php'); |
||
| 40 | } |
||
| 41 | |||
| 43 |