public property UbercartPaymentMethod::$redirect in Ubercart 8.4
Submit button form class name, for redirect methods.
Name of a class that implements \Drupal\Core\Form\FormBase and provides a Submit button on the /cart/checkout/review page redirecting to an external payment site.
Type: string
File
- payment/
uc_payment/ src/ Annotation/ UbercartPaymentMethod.php, line 46
Class
- UbercartPaymentMethod
- Defines an Ubercart payment method annotation object.
Namespace
Drupal\uc_payment\AnnotationCode
public $redirect = NULL;