1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/15257] Provide extension not enableable messages

PHPBB3-15257
This commit is contained in:
Jakub Senko
2019-03-27 12:09:55 +01:00
committed by Marc Alexander
parent b6c230753e
commit 975fe1e153
7 changed files with 70 additions and 13 deletions

View File

@@ -22,7 +22,8 @@ interface extension_interface
/**
* Indicate whether or not the extension can be enabled.
*
* @return bool
* @return bool|array True if extension is enableable, array of reasons
* if not, false for generic reason.
*/
public function is_enableable();