executePostActions
The executePostActions hook is triggered on Ajax requests that require a DCA
object. It passes the name of the action and the data container object as arguments
and does not expect a return value.
Parameters
string
$actionThe name of the action.
\Contao\DataContainer
$dcData container object of the current DCA instance.