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

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 SearchEngineFactory.

Public Methods

Method Description
process ( ContainerBuilder $container ) Registers all found search engines to the SearchEngineFactory.

Method Details

process() public method

Registers all found search engines to the SearchEngineFactory.
public process ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder

Property Details

$factoryId protected property

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