Pressbooks\Modules\Export\Prince\Pdf::getPdfProfile PHP Method

getPdfProfile() protected method

protected getPdfProfile ( )
    protected function getPdfProfile()
    {
        if (defined('PB_PDF_PROFILE')) {
            return PB_PDF_PROFILE;
        }
        return null;
    }