Log in

Developer Module

Config\Backend\AllowedIps

Model

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

Model

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

Model

This class provides configuration options for front-end development workflow types in Magento 2. Developers use it in the admin configuration to choos...

Data

Helper

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

Model

This class provides introspection capabilities for Magento 2's Dependency Injection (DI) system in developer mode. Developers use it to retrieve infor...

Di\PluginList

Model

This developer-focused model extends Magento's core plugin list functionality to provide detailed information about plugin configurations. Developers...

Logger\Handler\Debug

Model

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

Model

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

Interface

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

Model

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

Model

This class formats XML strings into well-structured, properly indented output for better readability. Developers use it in development environments to...

XmlCatalog\Format\PhpStorm

Model

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

Model

This class generates an XML catalog file for Visual Studio Code that maps Magento URNs (Uniform Resource Names) to their corresponding XSD file locati...