Drupal 10 Module Development - Fourth Edition: Develop and deliver engaging and intuitive enterprise-level apps
暫譯: Drupal 10 模組開發 - 第四版:開發並交付引人入勝且直觀的企業級應用程式

Sipos, Daniel

  • 出版商: Packt Publishing
  • 出版日期: 2023-04-21
  • 售價: $1,870
  • 貴賓價: 9.5$1,777
  • 語言: 英文
  • 頁數: 580
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1837631808
  • ISBN-13: 9781837631803
  • 相關分類: Drupal
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

Build and customize powerful Drupal modules to extend your website's functionalities with this comprehensive guide

Key Features

  • Explore the new features and improved capabilities of Drupal 10 core
  • Discover Drupal APIs and elevate your proficiency by leveraging PHP coding
  • Implement efficient data management and data security by creating dedicated modules

Book Description

Embark on a journey of Drupal module development with the latest edition of this must-have guide written by Daniel Sipos – a Drupal community member! This fourth edition is meticulously revised to cover the latest Drupal 10 enhancements that will help you build custom Drupal modules with an understanding of code deprecations, changing architecture, data modeling, multilingual ecosystem, and so on.

You'll begin with understanding the core components of Drupal 10 architecture, discovering its subsystems and unlocking the secrets of creating your first Drupal module. Further, you'll delve into Drupal logging and mailing systems, creating theme hooks, and rendering a layout. As you progress, you'll work with different types of data storage, custom entities, field types, and work with Database APIs for lower-level database queries. You'll learn to reap the power of JavaScript and ensure that your code works seamlessly on multilingual sites. You'll also learn to create custom views, automate tests for your functionalities, and write secure code for your Drupal apps.

By the end of this book, you'll have gained confidence in developing complex modules that can solve even the most complex business problems and might even become a valuable contributor to the Drupal community!

What you will learn

  • Gain insight into the Drupal 10 architecture for developing advanced modules
  • Master different Drupal 10 subsystems and APIs
  • Optimize data management by modeling, storing, manipulating, and processing data efficiently
  • Present data and content cleanly and securely using the theme system
  • Understand helpful functions while dealing with managed and unmanaged files
  • Ensure your Drupal app has business logic integrity with automated testing
  • Implement secure coding in Drupal

Who this book is for

If you are a Drupal developer looking to create custom modules for Drupal sites and cater business needs, this book is the one-stop solution for you. Drupal 10 Module Development will be helpful for Drupal site builders and PHP developers with basic object-oriented programming skills, looking to upskill themselves in Drupal module development. A basic working experience with Symfony will be helpful but not mandatory.

商品描述(中文翻譯)

建構和自訂強大的 Drupal 模組,以擴展您網站的功能,這本全面的指南將為您提供幫助。

主要特點

- 探索 Drupal 10 核心的新功能和改進能力
- 發現 Drupal API,並通過利用 PHP 編碼提升您的專業技能
- 通過創建專用模組實現高效的數據管理和數據安全

書籍描述

開始您的 Drupal 模組開發之旅,這本由 Drupal 社群成員 Daniel Sipos 撰寫的必備指南的最新版本!這第四版經過精心修訂,涵蓋了最新的 Drupal 10 增強功能,幫助您在了解代碼棄用、架構變更、數據建模、多語言生態系統等方面的基礎上,構建自訂的 Drupal 模組。

您將首先了解 Drupal 10 架構的核心組件,探索其子系統,並解鎖創建第一個 Drupal 模組的秘密。此外,您將深入研究 Drupal 的日誌和郵件系統,創建主題鉤子,並渲染佈局。隨著進展,您將處理不同類型的數據存儲、自訂實體、字段類型,並使用數據庫 API 進行低層次的數據庫查詢。您將學會利用 JavaScript 的強大功能,確保您的代碼在多語言網站上無縫運行。您還將學會創建自訂視圖,自動化測試您的功能,並為您的 Drupal 應用編寫安全代碼。

在本書結束時,您將對開發複雜模組充滿信心,這些模組能夠解決最複雜的商業問題,甚至可能成為 Drupal 社群的寶貴貢獻者!

您將學到什麼

- 獲得有關 Drupal 10 架構的見解,以開發高級模組
- 精通不同的 Drupal 10 子系統和 API
- 通過有效地建模、存儲、操作和處理數據來優化數據管理
- 使用主題系統乾淨且安全地呈現數據和內容
- 在處理受管理和未受管理的文件時了解有用的函數
- 確保您的 Drupal 應用具有業務邏輯完整性,並進行自動化測試
- 在 Drupal 中實施安全編碼

本書適合誰

如果您是一位 Drupal 開發者,想要為 Drupal 網站創建自訂模組以滿足商業需求,那麼這本書就是您的全方位解決方案。《Drupal 10 模組開發》將對擁有基本物件導向編程技能的 Drupal 網站建設者和 PHP 開發者非常有幫助,幫助他們提升在 Drupal 模組開發方面的技能。對 Symfony 有基本的工作經驗將是有幫助的,但不是必需的。

目錄大綱

1. Developing for Drupal
2. Creating your First Module
3. Logging and Mailing
4. Theming
5. Menus and Menu Links
6. Data Modeling and Storage
7. Your Own Custom Entity and Plugin Types
8. The Database API
9. Custom Fields
10. Access Control
11. Caching
12. JavaScript and the Ajax API
13. Internationalization and Languages
14. Batches, Queues, and Cron
15. Views
16. Working with Files and Images
17. Automated Testing
18. Drupal 10 security

目錄大綱(中文翻譯)

1. Developing for Drupal

2. Creating your First Module

3. Logging and Mailing

4. Theming

5. Menus and Menu Links

6. Data Modeling and Storage

7. Your Own Custom Entity and Plugin Types

8. The Database API

9. Custom Fields

10. Access Control

11. Caching

12. JavaScript and the Ajax API

13. Internationalization and Languages

14. Batches, Queues, and Cron

15. Views

16. Working with Files and Images

17. Automated Testing

18. Drupal 10 security