Example #1
0
 /**
  * Render action
  *
  * @param \Magento\Framework\DataObject $row
  * @return string
  */
 public function render(\Magento\Framework\DataObject $row)
 {
     $href = $this->actionUrlBuilder->getUrl($row->getIdentifier(), $row->getData('_first_store_id'), $row->getStoreCode());
     return '<a href="' . $href . '" target="_blank">' . __('Preview') . '</a>';
 }