Variable Module
Config\Structure\AvailableVariables
This class manages the configuration structure for available Magento variables that can be used throughout the system. Developers use it to retrieve s...
Config\Structure\Dom
This class extends Magento's Config Dom to filter system configuration XML structures, keeping only components related to available variables. Develop...
ResourceModel\Variable
This resource model manages database operations for custom variables in Magento 2. Developers use it to load, save, and retrieve variable data by code...
Source\Variables
This class provides a source model for retrieving available configuration variables that can be used in Magento's content areas like CMS pages, blocks...
Variable
This model represents custom variables in Magento 2 that can be used throughout the system for dynamic content. Developers use this class to create, l...
Variable\Config
This class configures the Variable plugin for Magento's WYSIWYG editor (TinyMCE), enabling users to insert custom and default variables into content a...
Variable\ConfigProvider
This class provides WYSIWYG editor configuration for Magento variables, enabling developers to add variable insertion functionality to rich text edito...
Variable\Data
This class provides centralized access to both default system variables and custom variables in Magento. Developers use it to retrieve formatted lists...