Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Introduces the ability to modify the frontend form.
This is a breaking change because of changes to the SubscriberInterface.
The standard form is still available via implementation in SubscriberBase. A submit button with a weight of 999 is also available in this form. When creating a custom Subscriber you have access to this base form in the parents' buildForm() method.