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 c93b125 commit 1bdaabaCopy full SHA for 1bdaaba
app/code/Magento/Eav/Block/Adminhtml/Attribute/Edit/Js.php
@@ -36,12 +36,21 @@ public function __construct(
36
parent::__construct($context, $data);
37
}
38
39
+ /**
40
+ * @deprecated Misspelled method
41
+ * @see getCompatibleInputTypes
42
+ */
43
+ public function getComaptibleInputTypes()
44
+ {
45
+ return $this->getCompatibleInputTypes();
46
+ }
47
+
48
/**
49
* Get compatible input types.
50
*
51
* @return array
52
*/
- public function getComaptibleInputTypes()
53
+ public function getCompatibleInputTypes()
54
{
55
return $this->inputtype->getVolatileInputTypes();
56
0 commit comments