Log in
Model

FrontendStorageConfigurationPool

Magento\Catalog\Model\FrontendStorageConfigurationPool

What it does

This class manages a pool of frontend storage configuration objects that provide dynamic settings to the frontend.

Developers use this class to retrieve specific storage configurations by namespace, which are then used to pass dynamic data (like store configurations) to the browser's frontend storage.

Each configuration must implement FrontendStorageConfigurationInterface to ensure consistency.

Public Methods

  • get()