Log in
Model

Config

Magento\Ui\Model\Config

What it does

This class provides configuration access for UI component settings in Magento 2, specifically for session storage logging and key retrieval.

Developers use this to check if JavaScript session storage logging is enabled and to retrieve the session storage key for debugging UI components and frontend behaviors.

Public Methods

  • isLoggingEnabled()
  • getSessionStorageKey()