-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/2.3-develop' into 540-new-fixtur…
…e-for-SetUpsShippingMethodsOnCartTest
- Loading branch information
Showing
50 changed files
with
1,231 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ | |
* See COPYING.txt for license details. | ||
*/ | ||
|
||
namespace Magento\Bundle\Block\Adminhtml\Catalog\Product\Edit\Tab\Attributes; | ||
|
||
/** | ||
* Bundle Extended Attribures Block | ||
* Bundle Extended Attribures Block. | ||
* | ||
* @author Magento Core Team <[email protected]> | ||
* @author Magento Core Team <[email protected]> | ||
*/ | ||
namespace Magento\Bundle\Block\Adminhtml\Catalog\Product\Edit\Tab\Attributes; | ||
|
||
class Extend extends \Magento\Catalog\Block\Adminhtml\Form\Renderer\Fieldset\Element | ||
{ | ||
/** | ||
|
@@ -75,7 +75,7 @@ public function getElementHtml() | |
} | ||
|
||
/** | ||
* Execute method getElementHtml from parrent class | ||
* Execute method getElementHtml from parent class | ||
* | ||
* @return string | ||
*/ | ||
|
@@ -85,6 +85,8 @@ public function getParentElementHtml() | |
} | ||
|
||
/** | ||
* Get options. | ||
* | ||
* @return array | ||
*/ | ||
public function getOptions() | ||
|
@@ -106,6 +108,8 @@ public function getOptions() | |
} | ||
|
||
/** | ||
* Is disabled field. | ||
* | ||
* @return bool | ||
*/ | ||
public function isDisabledField() | ||
|
@@ -118,6 +122,8 @@ public function isDisabledField() | |
} | ||
|
||
/** | ||
* Get product. | ||
* | ||
* @return mixed | ||
*/ | ||
public function getProduct() | ||
|
@@ -129,6 +135,8 @@ public function getProduct() | |
} | ||
|
||
/** | ||
* Get extended element. | ||
* | ||
* @param string $switchAttributeCode | ||
* @return \Magento\Framework\Data\Form\Element\Select | ||
* @throws \Magento\Framework\Exception\LocalizedException | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.