eZ\Bundle\EzPublishCoreBundle\Features\Context\ContentPreviewContext::iCreateDraftOfContentTypeWithCustomLocationController PHP Method

iCreateDraftOfContentTypeWithCustomLocationController() public method

    public function iCreateDraftOfContentTypeWithCustomLocationController()
    {
        $this->contentContext->createDraft('blog_post', ['title' => 'Preview draft ' . date('c'), 'body' => '<?xml version="1.0" encoding="UTF-8"?><section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ezxhtml="http://ez.no/xmlns/ezpublish/docbook/xhtml" xmlns:ezcustom="http://ez.no/xmlns/ezpublish/docbook/custom" version="5.0-variant ezpublish-1.0"><para>This is a paragraph.</para></section>']);
    }