- Magento Extensions Development
- Jérémie Bouchet
- 175字
- 2021-07-14 11:02:00
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Create a Helper
class of the extension by adding the following code into the Helper[extension_path]/Helper/Event.php
"
A block of code is set as follows:
<?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> <module name="Blackbird_TicketBlaster" setup_version="1.0.0" /> </config>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<router id="standard"> <route id="events" frontName="events"> <module name="Blackbird_TicketBlaster" /> </route>
Any command-line input or output is written as follows:
php bin/magento module:enable php bin/magento setup:upgrade
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- iOS面試一戰(zhàn)到底
- Redis Applied Design Patterns
- Kubernetes實戰(zhàn)
- 小創(chuàng)客玩轉(zhuǎn)圖形化編程
- Java面向?qū)ο筌浖_發(fā)
- VMware vSphere 6.7虛擬化架構(gòu)實戰(zhàn)指南
- RISC-V體系結(jié)構(gòu)編程與實踐(第2版)
- The DevOps 2.5 Toolkit
- AIRIOT物聯(lián)網(wǎng)平臺開發(fā)框架應用與實戰(zhàn)
- C/C++程序員面試指南
- 精通MySQL 8(視頻教學版)
- Java程序設計與項目案例教程
- Learning Nessus for Penetration Testing
- 寫給大家看的Midjourney設計書
- 深度實踐KVM:核心技術(shù)、管理運維、性能優(yōu)化與項目實施