Log in
Factory

PreparedValueFactory

Magento\Config\Model\PreparedValueFactory

What it does

This factory class creates properly configured instances of configuration value objects (ValueInterface) for Magento's system configuration.

Developers use this when they need to programmatically create configuration value objects with all necessary properties set, including scope, backend model, and field metadata, without manually configuring each property.

Public Methods

  • create()