Developer Module
Config\Backend\AllowedIps
This backend model validates IP addresses entered in the Developer Client Restrictions configuration before saving them to the database. It filters ou...
Config\Backend\WorkflowType
This backend model manages the workflow type configuration for frontend asset compilation in Magento 2. It prevents switching to client-side compilati...
Config\Source\WorkflowType
This class provides configuration options for front-end development workflow types in Magento 2. Developers use it in the admin configuration to choos...
Data
This helper class determines whether developer-restricted features should be accessible based on the client's IP address. It checks if the current use...
Di\Information
This class provides introspection capabilities for Magento 2's Dependency Injection (DI) system in developer mode. Developers use it to retrieve infor...
Di\PluginList
This developer-focused model extends Magento's core plugin list functionality to provide detailed information about plugin configurations. Developers...
Logger\Handler\Debug
This class controls whether debug-level log messages are written to Magento's debug.log file based on deployment configuration settings. Developers wo...
Logger\Handler\Syslog
This class is a specialized Monolog handler that controls whether system log (syslog) messages should be written based on deployment configuration set...
Model\XmlCatalog\Format\FormatInterface
This interface defines the contract for generating XML catalog files that map URNs (Uniform Resource Names) to physical file paths in Magento 2. Devel...
TemplateEngine\Decorator\DebugHints
This decorator class adds visual debugging hints to rendered blocks and templates in Magento 2's frontend. Developers use it when template/block hints...
Tools\Formatter
This class formats XML strings into well-structured, properly indented output for better readability. Developers use it in development environments to...
XmlCatalog\Format\PhpStorm
This class generates XML catalog files specifically formatted for PhpStorm IDE integration. Developers use it to create URN-to-XSD mappings in PhpStor...
XmlCatalog\Format\VsCode
This class generates an XML catalog file for Visual Studio Code that maps Magento URNs (Uniform Resource Names) to their corresponding XSD file locati...