We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f24268 commit 532b0a4Copy full SHA for 532b0a4
components/css_selector.rst
@@ -46,6 +46,10 @@ document.
46
The CssSelector Component
47
~~~~~~~~~~~~~~~~~~~~~~~~~
48
49
+.. versionadded:: 2.8
50
+ The ``CssSelectorConverter`` class was introduced in Symfony 2.8. Previously,
51
+ the ``CssSelector`` class was used and ``toXPath`` was a static method.
52
+
53
The component's only goal is to convert CSS selectors to their XPath
54
equivalents, using :method:`Symfony\\Component\\CssSelector\\CssSelectorConverter::toXPath`::
55
0 commit comments