eZ\Publish\Core\FieldType\Tests\RichText\Converter\Xslt\EzxmlToDocbookTest::getCustomConversionTransformationStylesheets PHP Method

getCustomConversionTransformationStylesheets() protected method

Stylesheet paths must be absolute. Code example: array( array( "path" => __DIR__ . "/core.xsl", "priority" => 100 ), array( "path" => __DIR__ . "/custom.xsl", "priority" => 99 ), )
    protected function getCustomConversionTransformationStylesheets()
    {
        return array(array('path' => __DIR__ . '/../../../../RichText/Resources/stylesheets/ezxml/docbook/core.xsl', 'priority' => 99), array('path' => __DIR__ . '/_fixtures/ezxml/custom_stylesheets/youtube_docbook.xsl', 'priority' => 100));
    }