eZ\Publish\Core\Persistence\Cache\ContentTypeHandler::createDraft PHP Method

createDraft() public method

See also: eZ\Publish\SPI\Persistence\Content\Type\Handler::createDraft
public createDraft ( $modifierId, $typeId )
    public function createDraft($modifierId, $typeId)
    {
        $this->logger->logCall(__METHOD__, array('modifier' => $modifierId, 'type' => $typeId));
        return $this->persistenceHandler->contentTypeHandler()->createDraft($modifierId, $typeId);
    }