event->getExtraParam( 'editCount' ) . '-edit'; } public function getPrimaryLink() { if ( !$this->event->getTitle() ) { return false; } return [ 'url' => $this->event->getTitle()->getLocalURL(), 'label' => $this->msg( 'notification-link-thank-you-edit', $this->getViewingUserForGender() )->text() ]; } }