Interface
ReservedAttributeCheckerInterface
Magento\Eav\Model\ReservedAttributeCheckerInterface
What it does
This interface defines a contract for checking whether an EAV attribute code is reserved by the system and cannot be used for custom attributes.
Developers use this when creating or validating custom attributes to ensure they don't conflict with existing model properties or methods (like getters) in entities such as products, categories, or customers.
Public Methods
- isReservedAttribute()