- Drupal 8 Module Development
- Daniel Sipos
- 192字
- 2021-07-02 15:45:11
Forms
Unless your site has three pages and five paragraphs of text, the likelihood that you will need to capture user input via some type of form is very high. Also, if you've been coding PHP applications, you know how forms have always been a pain from the point of view of securely and efficiently rendering and processing the submitted data. As soon as you use a PHP framework such as Symfony, you will note that an API is in place to take much of that load off your shoulders.
The same goes with Drupal 8 and its powerful Form API. Historically, it has been a great abstraction over having to output your own form elements and deal with posted values. It allows you to define your own form definition in OOP and handle validation and submission in a logical way. Its render and processing is taken care of by Drupal securely, so you don't have to worry about any of that. In Drupal 8, theming form elements have become much easier than in previous versions.
In this book, we will encounter some forms and see how they actually work in practice.
- jQuery從入門到精通 (軟件開發視頻大講堂)
- PLC編程及應用實戰
- Oracle Database 12c Security Cookbook
- Python數據可視化之Matplotlib與Pyecharts實戰
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Web性能實戰
- Android傳感器開發與智能設備案例實戰
- Django 5企業級Web應用開發實戰(視頻教學版)
- 大學計算機基礎實訓教程
- Java程序設計教程
- scikit-learn Cookbook(Second Edition)
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Spark技術內幕:深入解析Spark內核架構設計與實現原理
- INSTANT Premium Drupal Themes
- Qt 5.12實戰