Mage2\Catalog\Models\ProductAttribute::attributeDropdownOptions PHP Method

attributeDropdownOptions() public method

Product Attribute has many Attribute Dropdown Options.
public attributeDropdownOptions ( ) : AttributeDropdownOption
return AttributeDropdownOption
    public function attributeDropdownOptions()
    {
        return $this->hasMany(AttributeDropdownOption::class);
    }