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 e43064e commit 1310e0dCopy full SHA for 1310e0d
components/dom_crawler.rst
@@ -219,8 +219,11 @@ Extract attribute and/or node values from the list of nodes::
219
220
.. note::
221
222
- Special attribute ``_text`` represents a node value, while ``_name`` represents element name.
223
- Attribute ``_name`` will be added in version 4.3.
+ Special attribute ``_text`` represents a node value, while ``_name``
+ represents the element name (the HTML tag name).
224
+
225
+ .. versionadded:: 4.3
226
+ The special attribute ``_name`` was introduced in Symfony 4.3.
227
228
Call an anonymous function on each node of the list::
229
0 commit comments