You are here

public function ExtensionInterface::getName in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php \Symfony\Component\CssSelector\XPath\Extension\ExtensionInterface::getName()

Returns extension name.

Return value

string

6 methods override ExtensionInterface::getName()
AttributeMatchingExtension::getName in vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php
Returns extension name.
CombinationExtension::getName in vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php
Returns extension name.
FunctionExtension::getName in vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php
Returns extension name.
HtmlExtension::getName in vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php
Returns extension name.
NodeExtension::getName in vendor/symfony/css-selector/XPath/Extension/NodeExtension.php
Returns extension name.

... See full list

File

vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php, line 66

Class

ExtensionInterface
XPath expression translator extension interface.

Namespace

Symfony\Component\CssSelector\XPath\Extension

Code

public function getName();