- Drupal 8 Module Development
- Daniel Sipos
- 168字
- 2021-07-02 12:22:31
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Custom Drupal 8 modules typically belong inside the /custom directory of the /modules folder found inside the root Drupal installation."
A block of code is set as follows:
name: Hello World
description: Hello World module
type: module
core: 8.x
package: Custom
Any command-line input or output is written as follows:
cd core
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Users can now reach this page from the module administration page by clicking on the Help link for each individual module that has this hook implemented."
- ExtGWT Rich Internet Application Cookbook
- 深入理解Android(卷I)
- Java從入門到精通(第4版)
- 面向STEM的Scratch創新課程
- Functional Programming in JavaScript
- Python編程從0到1(視頻教學版)
- Nginx Lua開發實戰
- BeagleBone Black Cookbook
- JSP程序設計實例教程(第2版)
- Visual FoxPro 6.0程序設計
- Python數據可視化之美:專業圖表繪制指南(全彩)
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- Java高手是怎樣煉成的:原理、方法與實踐
- Building Clouds with Windows Azure Pack
- C# 10核心技術指南