public function AttributeMatchingExtension::getName in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php \Symfony\Component\CssSelector\XPath\Extension\AttributeMatchingExtension::getName()
Returns extension name.
Return value
string
Overrides ExtensionInterface::getName
File
- vendor/
symfony/ css-selector/ XPath/ Extension/ AttributeMatchingExtension.php, line 169
Class
- AttributeMatchingExtension
- XPath expression translator attribute extension.
Namespace
Symfony\Component\CssSelector\XPath\ExtensionCode
public function getName() {
return 'attribute-matching';
}