Log in
Model

Placeholder

Magento\Store\Model\Config\Placeholder

What it does

This class processes Magento configuration values by replacing URL placeholders like {{unsecure_base_url}} and {{secure_base_url}} with actual URLs.

Developers use this when working with configuration data that contains placeholder values that need to be resolved to real URLs, typically during store configuration loading or when processing config values that reference base URLs.

Public Methods

  • process()