Log in
Model

Structure

Magento\Config\Model\Config\Structure

What it does

This class manages Magento 2's system configuration structure, allowing developers to navigate and retrieve configuration sections, groups, and fields from system.xml files.

Use it to programmatically access admin configuration elements, find fields by their paths, or retrieve configuration structure metadata for building custom admin interfaces or validating system settings.

Public Methods

  • getTabs()
  • getSectionList()
  • getElement()
  • getElementByConfigPath()
  • getFirstSection()
  • getElementByPathParts()
  • getFieldPathsByAttribute()
  • getFieldPaths()