@andyb2000 said in Plugin hook deploy problem:
function groupDeployPost($arguments)
I guess you need to give us more context. Hooks are usually
getClass is defined in class FOGBase (ref) which is inherited by EventManager, which is inherited by Event, which is inherited by Hook. So if you do class myOwnDeployPostHook extends Hook you should be able to use self::getClass(...