File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
app/code/Magento/Theme/Model/Config/Processor Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ public function __construct(
42
42
43
43
/**
44
44
* Change value from theme_full_path (Ex. "frontend/Magento/blank") to theme_id field for every existed scope.
45
+ *
45
46
* All other values leave without changes.
46
47
*
47
48
* @param array $config
@@ -63,8 +64,10 @@ public function process(array $config)
63
64
}
64
65
65
66
/**
66
- * Check \Magento\Framework\View\DesignInterface::XML_PATH_THEME_ID config path
67
- * and convert theme_full_path (Ex. "frontend/Magento/blank") to theme_id
67
+ * Convert theme_full_path from config (Ex. "frontend/Magento/blank") to theme_id.
68
+ *
69
+ * @see \Magento\Framework\View\DesignInterface::XML_PATH_THEME_ID
70
+ * @param array $configItems complete store configuration for a single scope as nested array
68
71
*/
69
72
private function changeThemeFullPathToIdentifier (array $ configItems ): array
70
73
{
You can’t perform that action at this time.
0 commit comments