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 e3153e7 commit 84dc765Copy full SHA for 84dc765
app/code/Magento/Catalog/Api/Data/ProductAttributeDataBuilder.php
@@ -237,6 +237,16 @@ public function setFrontendInput($frontendInput)
237
return $this;
238
}
239
240
+ /**
241
+ * @param string|null $entityTypeId
242
+ * @return $this
243
+ */
244
+ public function setEntityTypeId($entityTypeId)
245
+ {
246
+ $this->_set('entity_type_id', $entityTypeId);
247
+ return $this;
248
+ }
249
+
250
/**
251
* @param bool $isRequired
252
* @return $this
0 commit comments