*/ class Configuration extends BaseForm { protected function buildForm() { $this->formBuilder ->add( FedEx::TRACKING_URL, 'text', [ 'label' => $this->translator->trans('FedEx parcel tracking URL', [], FedEx::DOMAIN_NAME), 'label_attr' => [ 'help' => $this->translator->trans('This is the parcel tracking URL for FedEx.', [], FedEx::DOMAIN_NAME) ] ] ); } }