Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackbitDevs committed Sep 23, 2024
1 parent 2d1f10a commit 4d561d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1868,7 +1868,7 @@ This result callback function receives the following parameters in variable `$pa
- response headers can be set via `$params['response']->headers->set('Header Name', 'Header value');`
- `rawItemData` - array with imported raw data
- `request` - object of class `Symfony\Component\HttpFoundation\Request` (even when called via CLI)
- access current language via `$params['reques']->getLocale()`
- access current language via `$params['request']->getLocale()`
- request parameters can be accessed via `$params['request']->get('parameterName')` but are also available via `{{ parameterName }} placeholders
- `transfer` - object for data holding between different raw data items, initially empty
- `lastCall` - boolean value to determine if current call is the last one before import / export is finished
Expand Down

0 comments on commit 4d561d9

Please sign in to comment.