Function Hook_change_detection_tickets->run
Definitions
sources/hooks/systems/change_detection/tickets.php
- Run function for change_detection hooks. They see if their own something has changed in comparison to sample data.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$data | string | required parameter | N/A | N/A | The sample data, serialised and then MD5'd |
Return
- Whether the something has changed
- Type: boolean
- Set: N/A
- Range: N/A