Adobe Commerce 모듈 개발
사용자 지정 모듈 개발에서 이벤트를 등록하고, 지원되는 이벤트를 찾고, 새 XML 파일 io_events.xml
을(를) 사용하는 방법을 알아봅니다. 또한 이 비디오에서는 개발자에게 이미 정의되어 있을 수 있는 모든 이벤트에 대한 구독을 취소하는 방법과 을 사용할 수 있는 등록된 이벤트를 찾는 방법을 보여 줍니다. Adobe Commerce에 대한 Adobe I/O 이벤트 설치에서 추가 설명서를 찾았습니다.
이 비디오는 누구의 것입니까?
- I/O 이벤트를 사용하는 Adobe Commerce 및 Adobe Developer App Builder을 처음 사용하는 개발자입니다.
비디오 콘텐츠 video-content
- Adobe Developer App Builder에서 사용하기 위해 Commerce에서 이벤트 등록
- 등록할 수 있는 이벤트 식별
- 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
추가 관련 자습서
3a5f7e19-f383-4af8-8983-d01154c1402f