| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | public static function getSubscribedServices(): array |
||
| 24 | { |
||
| 25 | $services = parent::getSubscribedServices(); |
||
| 26 | $services['translator'] = TranslatorInterface::class; |
||
| 27 | $services['breadcrumb'] = BreadcrumbBlockService::class; |
||
| 28 | $services['resource_factory'] = ResourceFactory::class; |
||
| 29 | $services['glide'] = Glide::class; |
||
| 30 | |||
| 31 | return $services; |
||
| 32 | } |
||
| 60 |