Hook actionAjaxDie<Controller><Method>Before

Informations

Hook actionAjaxDie<Controller><Method>Before
Locations
FO
Type action
Origin core
Aliases

Located in

Origin File
core classes/controller/Controller.php

Call of the Hook in the origin file

Before 8.1

Hook::exec('actionAjaxDie' . $controller . $method . 'Before', ['value' => $value])

From 8.1

Hook::exec('actionAjaxDie' . $controller . $method . 'Before', ['value' => &$value])
Note that the value is now passed by reference