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

또한 보기: eZ\Publish\Core\FieldType\RichText\Converter\Aggregate
상속: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
process ( ContainerBuilder $container )

보호된 메소드들

메소드 설명
sortConverters ( array $convertersByPriority ) : Reference[] Transforms a two-dimensional array of converters, indexed by priority, into a flat array of Reference objects.

메소드 상세

process() 공개 메소드

public process ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder

sortConverters() 보호된 메소드

Transforms a two-dimensional array of converters, indexed by priority, into a flat array of Reference objects.
protected sortConverters ( array $convertersByPriority ) : Reference[]
$convertersByPriority array
리턴 Symfony\Component\DependencyInjection\Reference[]