Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\XPath\Extension

AttributeMatchingExtension::getNamepublicWC 1.0

{@inheritdoc}

Method of the class: AttributeMatchingExtension{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AttributeMatchingExtension = new AttributeMatchingExtension();
$AttributeMatchingExtension->getName(): string;

AttributeMatchingExtension::getName() code WC 10.5.0

public function getName(): string
{
    return 'attribute-matching';
}