Go to the source code of this file.
◆ $app
$app = $bootstrap->createApplication(\Magento\Framework\App\Cron::class, ['parameters' => $opt]) |
◆ $bootstrap
◆ $params [1/3]
◆ $params [2/3]
$params[StoreManager::PARAM_RUN_CODE] = 'admin' |
◆ $params [3/3]
$params[Store::CUSTOM_ENTRY_POINT_PARAM] = true |
◆ else
if (php_sapi_name()==='cli') else |
Initial value:
Definition at line 18 of file cron.php.
◆ try
Initial value:{
foreach ($opt as $key =>
$value) {
$opt[$key] = escapeshellarg(
$value);
}
$opt['standaloneProcessStarted'] = '0'
Definition at line 22 of file cron.php.