mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/17414] Remove install steps for captcha plugins
This should be handled by migrations instead. PHPBB-17414
This commit is contained in:
@@ -80,4 +80,21 @@ interface plugin_interface
|
||||
* @return int Number of attempts
|
||||
*/
|
||||
public function get_attempt_count(): int;
|
||||
|
||||
/**
|
||||
* Get template data for demo
|
||||
*
|
||||
* @return string Demo template file name
|
||||
*/
|
||||
public function get_demo_template(): string;
|
||||
|
||||
/**
|
||||
* Garbage collect captcha plugin
|
||||
*
|
||||
* @param int $confirm_type Confirm type to garbage collect, defaults to all (0)
|
||||
* @return void
|
||||
*/
|
||||
public function garbage_collect(int $confirm_type = 0): void;
|
||||
|
||||
public function acp_page($id, $module): void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user