Topic on Template talk:MediaWikiHook

New hook handler syntax

2
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.

WikiForMen (talkcontribs)

Three years have passed and nothing has happened... :-(

Things have dramatically changed with REL1_35.--WikiForMen (talk) 10:33, 17 September 2024 (UTC)

Reply to "New hook handler syntax"