Log in
Model

SimpleType

Magento\Eav\Model\TypeLocator\SimpleType

What it does

This class determines the data type of EAV (Entity-Attribute-Value) custom attributes for API/webservice operations.

Developers use it when Magento needs to convert EAV attribute backend types (like 'int', 'varchar', 'datetime') into normalized types that can be properly serialized for web APIs and service contracts.

Public Methods

  • getType()
  • getAllServiceDataInterfaces()