PHP Класс eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\RichTextEzxmlInputConverterPass

См. также: eZ\Publish\Core\FieldType\RichText\Converter\Aggregate
Наследование: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
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[]