Searched refs:handleMigrations (Results 1 – 4 of 4) sorted by relevance
17 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleMigrations');29 public function handleMigrations(Doku_Event $event) function in action_plugin_structpublish_migration
37 $migration->handleMigrations(new Doku_Event('DUMMY_EVENT', $data));
41 public function handleMigrations(Doku_Event $event) function in action_plugin_structstatus
26 $controller->register_hook('PLUGIN_SQLITE_DATABASE_UPGRADE', 'BEFORE', $this, 'handleMigrations');35 public function handleMigrations(Event $event, $param)31 public function handleMigrations(Doku_Event $event, $param) global() function in action_plugin_struct_migration