You are here

public function FunctionExtension::getName in Zircon Profile 8

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

Returns extension name.

Return value

string

Overrides ExtensionInterface::getName

File

vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php, line 205

Class

FunctionExtension
XPath expression translator function extension.

Namespace

Symfony\Component\CssSelector\XPath\Extension

Code

public function getName() {
  return 'function';
}