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

getConversionTransformationStylesheet() protected method

Return the absolute path to conversion transformation stylesheet.
    protected function getConversionTransformationStylesheet()
    {
        return __DIR__ . '/../../../../RichText/Resources/stylesheets/ezxml/docbook/docbook.xsl';
    }