X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=includes%2Fapi%2FApiMain.php;h=ef9f901ec870693d461ac39379f4154ca8379164;hb=98af18f0014db5f903aa0485316889c19d46e562;hp=89ff19a19681fc065e5b3638a859220d5ad5558e;hpb=85319c7979c7ae5f0f248b699d69659783f0d98f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index 89ff19a196..ef9f901ec8 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -1788,15 +1788,6 @@ class ApiMain extends ApiBase { $this->getModuleManager()->addModule( $name, 'format', $class ); } - /** - * Get the array mapping module names to class names - * @deprecated since 1.21, Use getModuleManager()'s methods instead. - * @return array - */ - function getModules() { - return $this->getModuleManager()->getNamesWithClasses( 'action' ); - } - /** * Returns the list of supported formats in form ( 'format' => 'ClassName' ) *