@api
- Since
- 100.0.2
Definition at line 14 of file DefaultPath.php.
◆ __construct()
- Parameters
-
\Magento\Backend\App\ConfigInterface | $config | @SuppressWarnings(PHPMD.NPathComplexity) |
Definition at line 25 of file DefaultPath.php.
27 $pathParts = explode(
'/',
$config->getValue(
'web/default/admin'));
30 'area' => isset($pathParts[0]) ? $pathParts[0] :
'',
31 'module' => isset($pathParts[1]) ? $pathParts[1] :
'admin',
32 'controller' => isset($pathParts[2]) ? $pathParts[2] :
'index',
33 'action' => isset($pathParts[3]) ? $pathParts[3] :
'index',
◆ getPart()
◆ $_parts
The documentation for this class was generated from the following file: