- Drupal 8 Module Development
- Daniel Sipos
- 194字
- 2021-07-02 12:22:35
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 or Laravel, 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 rendering 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 has become much easier than in previous versions.
In this book, we will encounter some forms and see how they actually work in practice.
- Implementing VMware Horizon 7(Second Edition)
- HornetQ Messaging Developer’s Guide
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- MySQL數據庫應用與管理 第2版
- 面向STEM的Scratch創新課程
- C語言從入門到精通(第4版)
- PhpStorm Cookbook
- Redis Essentials
- Hands-On Reinforcement Learning with Python
- Python Data Analysis Cookbook
- HTML5開發精要與實例詳解
- Java程序設計教程
- Backbone.js Patterns and Best Practices
- Expert Cube Development with SSAS Multidimensional Models
- C++游戲設計案例教程