Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
communication_with_disabled_handler.php
Go to the documentation of this file.
1 <?php
7 return [
8  'communication' => [
9  'topics' => [
10  'customerAdded' => [
11  'name' => 'customerAdded',
12  'is_synchronous' => false,
13  'request' => \Magento\Customer\Api\Data\CustomerInterface::class,
14  'request_type' => 'object_interface',
15  'response' => null,
16  'handlers' => [
17  'customerCreatedFirst' => [
18  'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
19  'method' => 'save',
20  'disabled' => false
21  ],
22  ],
23  ],
24  'customerCreated' => [
25  'name' => 'customerCreated',
26  'is_synchronous' => false,
27  'request' => \Magento\Customer\Api\Data\CustomerInterface::class,
28  'request_type' => 'object_interface',
29  'response' => null,
30  'handlers' => [
31  'default' => [
32  'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
33  'method' => 'save',
34  'disabled' => true
35  ],
36  ],
37  ],
38  ]
39  ]
40 ];
return false
Definition: gallery.phtml:36