File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/internal/Magento/Framework/View/Design/Theme Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ public function __construct(ThemeProviderInterface $themeProvider)
44
44
/**
45
45
* Creates or returns a shared model of theme
46
46
*
47
- * Tries to find theme in File System by specific path or load theme from DB
48
- * by specific path (e.g. adminhtml/Magento/backend) or by identifier (theme primary key)
47
+ * Search for theme in File System by specific path or load theme from DB
48
+ * by specific path (e.g. adminhtml/Magento/backend) or by identifier (theme primary key) and return it
49
49
* Can be used to deploy static or in other setup commands, even if Magento is not installed yet.
50
50
*
51
51
* @param string $themeKey - Should looks like Magento/backend or should be theme primary key
You can’t perform that action at this time.
0 commit comments