- Drupal 8 Module Development
- Daniel Sipos
- 229字
- 2021-07-02 12:22:42
Logging and Mailing
In the previous chapter, we learned about some of the more common things most Drupal 8 module developers will have to know, starting with the basics, that is, creating a Drupal module.
In this chapter, we will take things further and cover some other important tasks a developer will have to perform:
- We will take a look at how logging works in Drupal 8. In doing so, we will cover some examples by expanding on our Hello World module.
- We will look at the Mail API in Drupal 8, namely, how we can send emails with the default setup (PHP mail). However, more than that, I will show you how to create your own email system to integrate with your (perhaps external) mail service; remember plugins? This will be yet another good example of using a plugin to extend existing capabilities.
- At the end of the chapter, we will also look at the Drupal 8 token system. We'll do so in the context of us replacing certain tokens with contextual data so that the emails we send out are a bit more dynamic.
By the end of this chapter, you should be able to add logging to your Drupal 8 module and feel comfortable sending emails programmatically. Additionally, you'll understand how tokens work, and as a bonus, see how you can define your own tokens.
推薦閱讀
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Objective-C應用開發全程實錄
- Arduino by Example
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- Java加密與解密的藝術(第2版)
- HTML5+CSS3基礎開發教程(第2版)
- 算法大爆炸:面試通關步步為營
- Python爬蟲開發與項目實戰
- 人臉識別原理及算法:動態人臉識別系統研究
- Flash CS6中文版應用教程(第三版)
- Kinect for Windows SDK Programming Guide
- Ext JS 4 Web Application Development Cookbook
- Learning ArcGIS for Desktop
- D3.js By Example
- UNIX Linux程序設計教程