Skip to content

Commit

Permalink
doc: filter expression lnaguage available variables
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Dec 1, 2024
1 parent 10d1ade commit 655568e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EMS/core-bundle/src/Command/Submission/ExportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected function configure(): void
self::OPTION_FILTER,
null,
InputOption::VALUE_OPTIONAL,
'Expression to filter submissions, e.g. "\'true\' == (data[\'recontact-optin\'] ?? \'false\')"'
'Expression to filter submissions, e.g. "\'true\' == (data[\'recontact-optin\'] ?? \'false\')". The following variables are available: data (array), instance (string), name (string), locale (string), submission_date (date in the ISO 8601 format)'
)->addOption(
self::OPTION_FILENAME,
null,
Expand Down

0 comments on commit 655568e

Please sign in to comment.