We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acf126 commit b14fb2cCopy full SHA for b14fb2c
app/code/Magento/Widget/Model/Widget.php
@@ -107,7 +107,6 @@ public function getWidgetByClassType($type)
107
*
108
* @param string $type Widget type
109
* @return null|\Magento\Framework\Simplexml\Element
110
- * @api
111
*/
112
public function getConfigAsXml($type)
113
{
@@ -121,7 +120,6 @@ public function getConfigAsXml($type)
121
120
* @return \Magento\Framework\Object
122
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
123
* @SuppressWarnings(PHPMD.NPathComplexity)
124
125
126
public function getConfigAsObject($type)
127
0 commit comments