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

Inheritance: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Datei anzeigen 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_oe property

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