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

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
process ( ContainerBuilder $container ) Register all found search engine indexers to the SearchEngineIndexerFactory.

메소드 상세

process() 공개 메소드

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

프로퍼티 상세

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

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