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 6b22367 commit e993e81Copy full SHA for e993e81
app/code/Magento/Catalog/Plugin/Model/Attribute/Backend/AttributeValidation.php
@@ -7,6 +7,9 @@
7
8
use Magento\Store\Model\Store;
9
10
+/**
11
+ * Attribute validation
12
+ */
13
class AttributeValidation
14
{
15
/**
@@ -32,6 +35,8 @@ public function __construct(
32
35
}
33
36
34
37
38
+ * Around validate
39
+ *
40
* @param \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend $subject
41
* @param \Closure $proceed
42
* @param \Magento\Framework\DataObject $entity
0 commit comments