Mage2\Catalog\Models\AttributeDropdownOption::productAttribute PHP Method

productAttribute() public method

Attribute Dropdown Options belongs to many Product Attribute.
public productAttribute ( ) : ProductAttribute
return ProductAttribute
    public function productAttribute()
    {
        return $this->belongsTo(ProductAttribute::class);
    }
AttributeDropdownOption