Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
encoder_communication.php File Reference

Go to the source code of this file.

Variables

 return ['topics'=> ['customer.created'=> ['request_type'=> 'object_interface', 'request'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'response'=> null,], 'customer.list.retrieved'=> ['request_type'=> 'object_interface', 'request'=> 'Magento\Customer\Api\Data\CustomerInterface[]', 'response'=> null,], 'customer.updated'=> ['request_type'=> 'object_interface', 'request'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'response'=> null,], 'customer.deleted'=> ['request_type'=> 'object_interface', 'request'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'response'=> null,], 'product.created'=> ['request_type'=> 'object_interface', 'request'=> \Magento\Catalog\Api\Data\ProductInterface::class, 'response'=> null,],],]
 

Variable Documentation

◆ return

return[ 'topics'=> [ 'customer.created'=> [ 'request_type'=> 'object_interface', 'request'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'response'=> null,], 'customer.list.retrieved'=> [ 'request_type'=> 'object_interface', 'request'=> 'Magento\Customer\Api\Data\CustomerInterface[]', 'response'=> null,], 'customer.updated'=> [ 'request_type'=> 'object_interface', 'request'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'response'=> null,], 'customer.deleted'=> [ 'request_type'=> 'object_interface', 'request'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'response'=> null,], 'product.created'=> [ 'request_type'=> 'object_interface', 'request'=> \Magento\Catalog\Api\Data\ProductInterface::class, 'response'=> null,],],]

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 35 of file encoder_communication.php.