BcSearchIndexServiceProvider
extends ServiceProvider
in package
Class BcSearchIndexServiceProvider
Table of Contents
Properties
- $provides : array<string|int, string>
- Provides
Methods
- services() : void
- Services
Properties
$provides
Provides
protected
array<string|int, string>
$provides
= [\BcSearchIndex\Service\SearchIndexesServiceInterface::class, \BcSearchIndex\Service\Admin\SearchIndexesAdminServiceInterface::class, \BcSearchIndex\Service\Front\SearchIndexesFrontServiceInterface::class]
Methods
services()
Services
public
services(ContainerInterface $container) : void
Parameters
- $container : ContainerInterface