Filter: gk/gravitymigrate/export/row
Filters a single row before it is written to the export dump.
Parameters
| Name | Type | Description |
|---|---|---|
| $value | array | Row values, numeric-indexed, aligned to $columns. |
| $table_name | string | The table being exported. |
| $columns | array | Column names for $value. |
| $payload | array | The export payload. |
Since
- 1.2.0
Source
Defined in src/Export.php at line 1031