File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
contributing/documentation Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ purposes following these steps:
270
270
271
271
The generated documentation is available in the ``_build/html `` directory.
272
272
273
- You can also use Docker that wraps all this for you, please visit https://github.com/symfony/symfony-docs#docker
273
+ You can also use Docker that wraps all this for you, please visit https://github.com/symfony/symfony-docs#docker.
274
274
275
275
Frequently Asked Questions
276
276
--------------------------
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ like this:
43
43
audit_trail :
44
44
enabled : true
45
45
marking_store :
46
- type : ' multiple_state' # or 'single_state', 'method'
46
+ type : ' multiple_state' # or 'single_state', 'method' ('method' was added in 4.3)
47
47
arguments :
48
48
- ' currentPlace'
49
49
supports :
@@ -127,7 +127,7 @@ like this:
127
127
'enabled' => true
128
128
],
129
129
'marking_store' => [
130
- 'type' => 'multiple_state', // or 'single_state', 'method'
130
+ 'type' => 'multiple_state', // or 'single_state', 'method' ('method' was added in 4.3)
131
131
'arguments' => ['currentPlace'],
132
132
],
133
133
'supports' => ['App\Entity\BlogPost'],
@@ -255,7 +255,7 @@ in its new place, to contextualize this change.
255
255
.. tip ::
256
256
257
257
Configure the ``type `` as ``method `` of the ``marking_store `` option to use this feature
258
- without implementing your own marking store.
258
+ without implementing your own marking store (`` method `` was added in 4.3) .
259
259
260
260
You can also use this ``$context `` in your own marking store implementation.
261
261
A simple implementation example is when you want to store the place as integer instead of string in your object.
You can’t perform that action at this time.
0 commit comments