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 70bc28c commit 1b4bcdbCopy full SHA for 1b4bcdb
reference/configuration/framework.rst
@@ -84,6 +84,10 @@ Configuration
84
* `magic_call`_
85
* `throw_exception_on_invalid_index`_
86
87
+* `property_info`_
88
+
89
+ * `enabled`_
90
91
* `request`_:
92
93
* `formats`_
@@ -1478,6 +1482,14 @@ throw_exception_on_invalid_index
1478
1482
When enabled, the ``property_accessor`` service throws an exception when you
1479
1483
try to access an invalid index of an array.
1480
1484
1485
+property_info
1486
+~~~~~~~~~~~~~
1487
1488
+enabled
1489
+.......
1490
1491
+**type**: ``boolean`` **default**: ``false``
1492
1481
1493
validation
1494
~~~~~~~~~~
1495
0 commit comments