getGroupId()) { $data = [ 'label' => __('Delete Synonym Group'), 'class' => 'delete', 'on_click' => 'deleteConfirm(\'' . __('Are you sure you want to delete this synonym group?') . '\', \'' . $this->getDeleteUrl() . '\')', 'sort_order' => 20, ]; } return $data; } /** * @return string */ public function getDeleteUrl() { return $this->getUrl('*/*/delete', ['group_id' => $this->getGroupId()]); } }