Adobe Commerce模組開發
瞭解如何註冊事件、尋找支援的事件,以及如何在自訂模組開發中使用新的XML檔案io_events.xml
。 影片也會向開發人員展示如何尋找可以使用的已註冊事件,以及取消訂閱任何可能已定義的事件。 在安裝Adobe Commerce的Adobe I/O事件找到其他檔案。
這部影片是給誰看的?
- 剛開始使用I/O事件來使用Adobe Commerce和Adobe Developer App Builder的開發人員。
視訊內容 video-content
- 在Commerce中註冊事件以用於Adobe Developer App Builder
- 識別可註冊的事件
- 瞭解如何在io_events.xml中註冊事件
- 瞭解如何在Commerce執行個體
app/etc/config.php
中註冊事件 - 瞭解如何取消訂閱事件
有用的命令 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
其他相關的教學課程
Adobe Developer檔案
recommendation-more-help
3a5f7e19-f383-4af8-8983-d01154c1402f