Log in
Interface

CategoryAttributeInterface

Magento\Catalog\Api\Data\CategoryAttributeInterface

What it does

This interface defines the contract for category attribute objects in Magento 2's catalog system.

Developers use this when working with custom category attributes, ensuring type safety and standardization across category attribute operations.

It extends EavAttributeInterface and specifies the entity type code for catalog categories.