Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
return ['router'=> ['routes'=> ['literal'=> ['type'=> 'Literal', 'options'=> ['route'=> '/', 'defaults'=> ['controller'=> \Magento\Setup\Controller\Index::class, 'action'=> 'index',],],], 'setup'=> ['type'=> 'Segment', 'options'=> ['route'=> '[/:controller[/:action]]', 'defaults'=> ['__NAMESPACE__'=> 'Magento\Setup\Controller', 'controller'=> 'Index', 'action'=> 'index',], 'constraints'=> ['controller'=> '[a-zA-Z][a-zA-Z0-9_-] *', 'action'=> '[a-zA-Z][a-zA-Z0-9_-] *',],],],],],] | |
return[ 'router'=> [ 'routes'=> [ 'literal'=> [ 'type'=> 'Literal', 'options'=> [ 'route'=> '/', 'defaults'=> [ 'controller'=> \Magento\Setup\Controller\Index::class, 'action'=> 'index',],],], 'setup'=> [ 'type'=> 'Segment', 'options'=> [ 'route'=> '[/:controller[/:action]]', 'defaults'=> [ '__NAMESPACE__'=> 'Magento\Setup\Controller', 'controller'=> 'Index', 'action'=> 'index',], 'constraints'=> [ 'controller'=> '[a-zA-Z][a-zA-Z0-9_-] *', 'action'=> '[a-zA-Z][a-zA-Z0-9_-] *',],],],],],] |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Definition at line 37 of file router.config.php.