X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fregistration%2FProcessor.php;h=a4100bbc07aa7cee397fb0b2827792508072f44f;hb=bb333d91a4c29e025303d44c705414840b68249c;hp=e5669d2779bcdc1fc3f43bcee1874f5ab179b68e;hpb=e9a09648dceb8ed37e90a85ffd7230358878b638;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/registration/Processor.php b/includes/registration/Processor.php index e5669d2779..a4100bbc07 100644 --- a/includes/registration/Processor.php +++ b/includes/registration/Processor.php @@ -40,4 +40,14 @@ interface Processor { * like 'MediaWiki'. Values are a constraint string like "1.26.1". */ public function getRequirements( array $info ); + + /** + * Get the path for additional autoloaders, e.g. the one of Composer. + * + * @param string $dir + * @param array $info + * @return array Containing the paths for autoloader file(s). + * @since 1.27 + */ + public function getExtraAutoloaderPaths( $dir, array $info ); }