Hooks

The “gpsnose” extension provides one Hook.

Tokens scanned

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['gpsnose']['tokensScanned'][] = 'myext_cacheProc->proc';

This Hook will be called everytime new MshupTokenScans where stored to the database

You get a list of \SmartNoses\Gpsnose\Domain\Model\TokenScan in the $params['addedScans']

Target group: Administrators