Model
ReservedAttributeCheckerAdapter
Magento\Catalog\Model\Product\ReservedAttributeCheckerAdapter
What it does
This adapter class wraps the ReservedAttributeList to implement the ReservedAttributeCheckerInterface, ensuring backward compatibility while following proper interface patterns.
Developers use this class to check if a product attribute code is reserved by Magento and cannot be used for custom attributes, helping prevent conflicts with core system attributes.
Public Methods
- isReservedAttribute()