The foreignTableCallback
option has been renamed to foreignTable_callback
to makes it compatible with using
the #[AsCallback()
attribute.
The listCallback
option has been renamed to list_callback
to makes it compatible with using
the #[AsCallback()
attribute.
Additionally, the first argument of the method no longer receives a Contao\Database\Result
but an array of rows.