Hook actionOrderHasBeenShipped

Informations

Called when checking if an order has been shipped Allows modules to override or react to the hasBeenShipped() method of the Order class.
Hook actionOrderHasBeenShipped
Locations
FO
Type action
Origin core
Aliases
Description Allows modules to override or react to the hasBeenShipped() method of the Order class.

This hook has a $check_exceptions parameter set to false (check permission exceptions, see explaination here).

This hook has a $chain parameter set to true (hook will chain the return of hook module, see explaination here).

Located in

Origin File
core classes/order/Order.php

Call of the Hook in the origin file

Hook::exec(
            'actionOrderHasBeenShipped',
            ['order' => $this],
            null,
            false,
            true,
            false,
            null,
            true
        );