Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Namespaces | Data Structures
Magento\Webapi Namespace Reference

Namespaces

 Authentication
 
 Controller
 
 DataObjectSerialization
 
 Model
 
 Routing
 
 Service
 
 Test
 

Data Structures

class  CustomAttributeTypeWsdlGenerationTest
 
class  DeserializationTest
 
class  JoinDirectivesTest
 
class  JsonGenerationFromDataObjectTest
 
class  PartialResponseTest
 
class  ServiceNameCollisionTest
 
class  WsdlGenerationFromDataObjectTest
 

Detailed Description

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

Test services for name collisions.

Let we have two service interfaces called Foo\Bar\Service\SomeBazV1Interface and Foo\Bar\Service\Some\BazV1Interface. Given current name generation logic both are going to be translated to BarSomeBazV1. This test checks such things are not going to happen.

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