Elgg\Debug\Inspector::getPluginHooks PHP Method

getPluginHooks() public method

Get Elgg plugin hooks information
public getPluginHooks ( ) : array
return array [hook,type] => array(handlers)
    public function getPluginHooks()
    {
        return $this->buildHandlerTree(_elgg_services()->hooks->getAllHandlers());
    }