Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
return ['communication'=> ['topics'=> ['customerDeleted'=> ['name'=> 'customerRemoved', 'is_synchronous'=> true, 'request'=> [['param_name'=> 'customer', 'param_position'=> 0, 'is_required'=> true, 'param_type'=> \Magento\Customer\Api\Data\CustomerInterface::class,],], 'request_type'=> 'service_method_interface', 'response'=> 'bool', 'handlers'=> ['customHandler'=> ['type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'deleteById',],],],]]] | |
return[ 'communication'=> [ 'topics'=> [ 'customerDeleted'=> [ 'name'=> 'customerRemoved', 'is_synchronous'=> true, 'request'=> [ [ 'param_name'=> 'customer', 'param_position'=> 0, 'is_required'=> true, 'param_type'=> \Magento\Customer\Api\Data\CustomerInterface::class,],], 'request_type'=> 'service_method_interface', 'response'=> 'bool', 'handlers'=> [ 'customHandler'=> [ 'type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'deleteById',],],],]]] |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Definition at line 32 of file communication_with_non_matched_name.php.