getData('entity_attribute'); if ($attribute instanceof \Magento\Catalog\Model\ResourceModel\Eav\Attribute) { $options = $attribute->getSource()->getAllOptions(true, true); } return $options; } }