Topic on Template talk:MediaWikiHook

New hook handler syntax

1
Lens0021 (talkcontribs)

I think this template should support new system with backward compatibility.

class MyHandler implements \MediaWiki\Hook\MyHook {
  public function onMyHook( $x, $y ) { ... }
}

Possibly related to phab:T252060.

Reply to "New hook handler syntax"