Adobe Commerce module development
Learn how register events, find supported events, and how to use a new XML file io_events.xml in custom module development. The video will also show developers how to find registered events that can used as well as unsubscribe any events that may already be defined. 在安装适用于Adobe Commerce的Adobe I/O Events中找到其他文档。
此视频面向谁?
- Developers new to Adobe Commerce and Adobe Developer App Builder using I/O events.
视频内容 video-content
- Registering events in Commerce for use in Adobe Developer App Builder
- Identify events that can be registered
- Learn how to register events in io_events.xml
- Learn how to register events in the Commerce instances
app/etc/config.php - Learn how to unsubscribe to an event
有用的命令 useful-commands
bin/magento events:list:all Magento_Catalog
bin/magento events:info plugin.magento.catalog.api.category_repository.save
bin/magento events:subscribe observer.catalog_category_save_after --fields=entity_id --fields=parent_id
cat app/etc/config.php
bin/magento events:unsubscribe observer.catalog_category_save_after
bin/magento events:list
commerce-learn-help-home