getContext(); // Instantiate the view competing interests modal. $viewCompetingInterestsModal = new ConfirmationModal( $context->getLocalizedData('competingInterests'), __('reviewer.submission.competingInterests'), null, null, false, false ); // Configure the link action. parent::__construct('viewCompetingInterestGuidelines', $viewCompetingInterestsModal, __('reviewer.submission.competingInterests')); } }