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

getConversionTransformationStylesheet() protected method

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