Log in
Interface

AttrInterface

Magento\PageBuilder\Model\Dom\Adapter\AttrInterface

What it does

This interface defines a contract for DOM attribute wrapper classes in Magento's Page Builder module.

Developers would implement this interface when creating classes that need to manipulate HTML element attributes, particularly for removing attributes from DOM elements during page content processing or rendering.

Public Methods

  • remove()