Creating a simple form in Drupal 8

posted in: Drupal | 0

Forms are generated as classes in Drupal 8. Each form has its own class for building, validating and handling submitted value. This is awesome because it allows easy grouping of form related functions in a single class. Also in the … Continued