- /**
- * Retrieve product create url by specified product type
- *
- * @param string $type
- * @return string
- */
- protected function _getProductCreateUrl($type)
- {
- return $this->getUrl(
- 'catalog/*/new',
- ['set' => $this->_productFactory->create()->getDefaultAttributeSetId(), 'type' => $type]
- );
- }