eZ\Publish\Core\FieldType\Tests\RichText\Converter\Xslt\Xhtml5ToDocbookTest::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__ . '/_fixtures/xhtml5/edit/custom_stylesheets/youtube_docbook.xsl', 'priority' => 99));
    }