You are here

public static function CssSelector::enableHtmlExtension in Zircon Profile 8.0

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

Enables the HTML extension.

File

vendor/symfony/css-selector/CssSelector.php, line 100

Class

CssSelector
CssSelector is the main entry point of the component and can convert CSS selectors to XPath expressions.

Namespace

Symfony\Component\CssSelector

Code

public static function enableHtmlExtension() {
  self::$html = true;
}