Skip to content

Commit 85258de

Browse files
MAGETWO-63231: Implementation
1 parent 7724d55 commit 85258de

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

app/code/Magento/Theme/Model/Source/InitialThemeSource.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,21 @@ public function __construct(
6363

6464
/**
6565
* Retrieves configuration data array.
66+
* Example:
67+
* ```
68+
* ['Magento/backend' =>
69+
* [
70+
* 'parent_id' => NULL,
71+
* 'theme_path' => 'Magento/backend',
72+
* 'theme_title' => 'Magento 2 backend',
73+
* 'preview_image' => NULL,
74+
* 'is_featured' => '0',
75+
* 'area' => 'adminhtml',
76+
* 'type' => '0',
77+
* 'code' => 'Magento/backend',
78+
* ]
79+
* ]
80+
* ```
6681
*
6782
* @param string $path The path to theme configuration.
6883
* @return array The data array with theme configurations.

dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App/ApplicationDumpCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ private function validateSystemSection(array $config)
9191
'test_sensitive',
9292
$config['system']['default']['web']['test']
9393
);
94-
9594
}
9695

9796
/**

0 commit comments

Comments
 (0)