Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Structures | |
class | Application |
class | Bootstrap |
class | Config |
class | CookieManager |
class | Entity |
class | EventManager |
class | MemoryLimit |
class | ObjectManager |
class | ObjectManagerFactory |
class | Request |
class | Response |
class | SetupApplication |
class | WebApiApplication |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.Bootstrap for the integration testing environment
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.Replacement for PhpCookieManager model that doesn't send cookie headers in testing environment
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.Basic implementation of the message exchange mechanism known as pub/sub messaging pattern. Terminology deviations: event - message event manager - message publisher fire event - publish message event subscriber - message subscriber
A tool for limiting allowed memory usage and memory leaks
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.HTTP response implementation that is used instead core one for testing