public static function CssSelector::enableHtmlExtension in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\CssSelectorCode
public static function enableHtmlExtension() {
self::$html = true;
}