Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
locales.php File Reference

Go to the source code of this file.

Variables

if(isset($_GET['type']) && $_GET['type']=='deployed') else
 
 $localeConfig = $magentoObjectManager->create(\Magento\Framework\Locale\Config::class)
 
 $locales = $localeConfig->getAllowedLocales()
 

Variable Documentation

◆ $localeConfig

$localeConfig = $magentoObjectManager->create(\Magento\Framework\Locale\Config::class)

Definition at line 13 of file locales.php.

◆ $locales

$locales = $localeConfig->getAllowedLocales()

Definition at line 14 of file locales.php.

◆ else

if (isset( $_GET[ 'type']) &&$_GET[ 'type']=='deployed') else
Initial value:
{
require_once __DIR__ . DIRECTORY_SEPARATOR . 'bootstrap.php'
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60

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

Definition at line 11 of file locales.php.