Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
return ['services'=> [\Magento\Customer\Api\CustomerRepositoryInterface::class=> ['methods'=> ['getById'=> ['synchronousInvocationOnly'=> true,], 'save'=> ['synchronousInvocationOnly'=> true,], 'get'=> ['synchronousInvocationOnly'=> false,],],],], 'routes'=> ['asyncProducts'=> ['POST'=> 'async/bulk/V1/products'], 'asyncBulkCmsPages'=> ['POST'=> 'async/bulk/V1/cmsPage'], 'asyncCustomers'=> ['POST'=> 'async/V1/customers']]] | |
return[ 'services'=> [ \Magento\Customer\Api\CustomerRepositoryInterface::class=> [ 'methods'=> [ 'getById'=> [ 'synchronousInvocationOnly'=> true,], 'save'=> [ 'synchronousInvocationOnly'=> true,], 'get'=> [ 'synchronousInvocationOnly'=> false,],],],], 'routes'=> [ 'asyncProducts'=> [ 'POST'=> 'async/bulk/V1/products'], 'asyncBulkCmsPages'=> [ 'POST'=> 'async/bulk/V1/cmsPage'], 'asyncCustomers'=> [ 'POST'=> 'async/V1/customers']]] |
Definition at line 30 of file webapi_async.php.