Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
return ['customerCreated'=> ['name'=> 'customerCreated', 'is_synchronous'=> true, 'request'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'request_type'=> 'object_interface', 'response'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'handlers'=> ['default'=> ['type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'save',],],], 'customerAdded'=> ['name'=> 'customerAdded', 'is_synchronous'=> false, 'request'=> 'string[]', 'request_type'=> 'object_interface', 'response'=> null, 'handlers'=> ['customerCreatedFirst'=> ['type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'save',], 'customerCreatedSecond'=> ['type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'delete',], 'saveNameNotDisabled'=> ['type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'save',], 'saveNameNotDisabledDigit'=> ['type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'save',],],], 'customerUpdated'=> ['name'=> 'customerUpdated', 'is_synchronous'=> true, 'request'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'request_type'=> 'object_interface', 'response'=> 'Magento\Customer\Api\Data\CustomerInterface[]', 'handlers'=> ['updateName'=> ['type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'save',],],], 'customerModified'=> ['name'=> 'customerModified', 'is_synchronous'=> false, 'request'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'request_type'=> 'object_interface', 'response'=> null, 'handlers'=> ['updateName'=> ['type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'save',],],], 'customerRetrieved'=> ['name'=> 'customerRetrieved', 'is_synchronous'=> true, 'request'=> [['param_name'=> 'email', 'param_position'=> 0, 'is_required'=> true, 'param_type'=> 'string',], ['param_name'=> 'websiteId', 'param_position'=> 1, 'is_required'=> false, 'param_type'=> 'int',],], 'request_type'=> 'service_method_interface', 'response'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'handlers'=> ['defaultHandler'=> ['type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'get',],],], 'customerDeleted'=> ['name'=> 'customerDeleted', '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[ 'customerCreated'=> [ 'name'=> 'customerCreated', 'is_synchronous'=> true, 'request'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'request_type'=> 'object_interface', 'response'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'handlers'=> [ 'default'=> [ 'type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'save',],],], 'customerAdded'=> [ 'name'=> 'customerAdded', 'is_synchronous'=> false, 'request'=> 'string[]', 'request_type'=> 'object_interface', 'response'=> null, 'handlers'=> [ 'customerCreatedFirst'=> [ 'type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'save',], 'customerCreatedSecond'=> [ 'type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'delete',], 'saveNameNotDisabled'=> [ 'type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'save',], 'saveNameNotDisabledDigit'=> [ 'type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'save',],],], 'customerUpdated'=> [ 'name'=> 'customerUpdated', 'is_synchronous'=> true, 'request'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'request_type'=> 'object_interface', 'response'=> 'Magento\Customer\Api\Data\CustomerInterface[]', 'handlers'=> [ 'updateName'=> [ 'type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'save',],],], 'customerModified'=> [ 'name'=> 'customerModified', 'is_synchronous'=> false, 'request'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'request_type'=> 'object_interface', 'response'=> null, 'handlers'=> [ 'updateName'=> [ 'type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'save',],],], 'customerRetrieved'=> [ 'name'=> 'customerRetrieved', 'is_synchronous'=> true, 'request'=> [ [ 'param_name'=> 'email', 'param_position'=> 0, 'is_required'=> true, 'param_type'=> 'string',], [ 'param_name'=> 'websiteId', 'param_position'=> 1, 'is_required'=> false, 'param_type'=> 'int',],], 'request_type'=> 'service_method_interface', 'response'=> \Magento\Customer\Api\Data\CustomerInterface::class, 'handlers'=> [ 'defaultHandler'=> [ 'type'=> \Magento\Customer\Api\CustomerRepositoryInterface::class, 'method'=> 'get',],],], 'customerDeleted'=> [ 'name'=> 'customerDeleted', '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 118 of file valid_communication_expected.php.