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