Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
launch () | |
catchException (App\Bootstrap $bootstrap, \Exception $exception) | |
Data Fields | |
const | DISTRO_LOCALE_CODE = 'en_US' |
Different magento entry points call corresponding applications after platform is bootstrapped. index.php in webroot calls HTTP application (implementation of this interface) as it is responsible for web requests. cron.php entry point calls cron application Implementations of this interface should implement application type specific initialization.
@api
Definition at line 19 of file AppInterface.php.
catchException | ( | App\Bootstrap | $bootstrap, |
\Exception | $exception | ||
) |
Ability to handle exceptions that may have occurred during bootstrap and launch
Return values:
App\Bootstrap | $bootstrap | |
\Exception | $exception |
launch | ( | ) |
Launch application
Implemented in StaticResource, UserConfig, and Indexer.
const DISTRO_LOCALE_CODE = 'en_US' |
Default application locale
Definition at line 24 of file AppInterface.php.