File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
use Magento \Catalog \Model \Category \DataProvider ;
14
14
use Magento \Framework \Exception \NoSuchEntityException ;
15
-
16
- /** Set the default value for Category Design Layout if provided */
15
+ /** Sets the default value for Category Design Layout if provided */
17
16
class SetPageLayoutDefaultValue
18
17
{
19
18
private $ defaultValue ;
@@ -28,6 +27,8 @@ public function __construct(string $defaultValue = "")
28
27
}
29
28
30
29
/**
30
+ * Sets the default value for Category Design Layout in data provider if provided
31
+ *
31
32
* @param DataProvider $subject
32
33
* @param array $result
33
34
* @return array
Original file line number Diff line number Diff line change 10
10
use Magento \Framework \App \Config \ScopeConfigInterface ;
11
11
use Magento \Framework \View \Element \UiComponent \ContextInterface ;
12
12
use Magento \Framework \View \Element \UiComponentFactory ;
13
-
14
13
/** Field class has dynamic default value based on System Configuration path */
15
14
class DefaultValue extends \Magento \Ui \Component \Form \Field
16
15
{
You can’t perform that action at this time.
0 commit comments