Piwik\Plugins\ImageGraph\ImageGraph::registerEvents PHP Method

registerEvents() public method

See also: Piwik\Plugin::registerEvents
public registerEvents ( )
    public function registerEvents()
    {
        $hooks = array('API.getReportMetadata.end' => array('function' => 'getReportMetadata', 'after' => true));
        return $hooks;
    }