PHP Class eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\RegisterSearchEngineIndexerPass

Inheritance: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$factoryId string Container service id of the SearchEngineIndexerFactory.

Public Methods

Method Description
process ( ContainerBuilder $container ) Register all found search engine indexers to the SearchEngineIndexerFactory.

Method Details

process() public method

Register all found search engine indexers to the SearchEngineIndexerFactory.
public process ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder

Property Details

$factoryId protected property

Container service id of the SearchEngineIndexerFactory.
See also: eZ\Bundle\EzPublishCoreBundle\ApiLoader\SearchEngineIndexerFactory
protected string $factoryId
return string