return $this->config;
} public static function fromXml(\DOMElement
$element): self
{ Feature::
triggerDeprecationOrThrow( 'v6.6.0.0',
Feature::
deprecatedMethodMessage(self::
class, __METHOD__, 'v6.6.0.0', '\Shopware\Core\Framework\App\Flow\Action\Xml\Config'
) );
return new self(self::
parseInputField($element));
} /**
* @return array<int, InputField>
*/
private static function parseInputField(\DOMElement
$element): array
{ Feature::
triggerDeprecationOrThrow( 'v6.6.0.0',
Feature::
deprecatedMethodMessage(self::
class, __METHOD__, 'v6.6.0.0', '\Shopware\Core\Framework\App\Flow\Action\Xml\Config'
) );