Log in
Model

SwatchText

Magento\Swatches\Model\Form\Element\SwatchText

What it does

This class represents a text-based swatch form element in Magento's product attribute configuration.

Developers would use this when creating or managing text swatches for product attributes (like size labels 'S', 'M', 'L') in the admin panel.

It extends AbstractSwatch to inherit common swatch functionality while specifically handling text-type swatch rendering.