Model
ReservedAttributeChecker
Magento\Eav\Model\ReservedAttributeChecker
What it does
This class validates whether an EAV attribute is reserved by the system and cannot be used for custom attributes.
Developers use it when creating or modifying attributes to ensure the attribute code doesn't conflict with system-reserved names.
It delegates validation to entity-type-specific validators configured via dependency injection.
Public Methods
- isReservedAttribute()