In Drupal 9 forms are also recreated with Object Oriented Programming in mind. The forms are now created as class and kept in the directory "/src/Form". The form we create will have to extend "FormBase" class and have the method "buildForm". Standard...
drupalworld.hashnode.dev3 min read
No responses yet.