Function Hook_cns_warnings_point_transactions->get_details
Definitions
sources/hooks/systems/cns_warnings/point_transactions.php
- Get details for this hook.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The details (null: hook disabled)
- Type: ?array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get details for this hook.
*
* @return ?array The details (null: hook disabled)
*/
public function get_details() : ?array
* Get details for this hook.
*
* @return ?array The details (null: hook disabled)
*/
public function get_details() : ?array

