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

Namespaces

 BulkDescription
 
 BulkStatus
 
 Entity
 
 Operation
 
 ResourceModel
 

Data Structures

class  AccessValidator
 
class  AsyncResponse
 
class  BulkManagement
 
class  BulkManagementTest
 
class  BulkNotificationManagement
 
class  BulkNotificationManagementTest
 
class  BulkOperationsStatus
 
class  BulkStatus
 
class  BulkStatusTest
 
class  BulkSummary
 
interface  ConfigInterface
 
class  ItemStatus
 
class  MassConsumer
 
class  MassPublisher
 
class  MassSchedule
 
class  MassScheduleTest
 
class  Operation
 
class  OperationList
 
class  OperationManagement
 
class  OperationManagementTest
 
class  OperationProcessor
 
class  OperationRepository
 
class  OperationStatus
 
class  StatusMapper
 

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.