PHP 클래스 eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\RegisterSearchEnginePass

상속: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$factoryId string Container service id of the SearchEngineFactory.

공개 메소드들

메소드 설명
process ( ContainerBuilder $container ) Registers all found search engines to the SearchEngineFactory.

메소드 상세

process() 공개 메소드

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

프로퍼티 상세

$factoryId 보호되어 있는 프로퍼티

Container service id of the SearchEngineFactory.
또한 보기: eZ\Bundle\EzPublishCoreBundle\ApiLoader\SearchEngineFactory
protected string $factoryId
리턴 string