Page MenuHomePhabricator

Graph extension should use modern Hooks style
Open, LowPublic

Description

The Graph extension uses the old "static function" hook style. It should change to the new style, with an object which can hold the various service objects required for dependency injection.