Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Plugin/Manager.php')
-rw-r--r--core/Plugin/Manager.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/Plugin/Manager.php b/core/Plugin/Manager.php
index 994aabc6e7..baf63c5cb2 100644
--- a/core/Plugin/Manager.php
+++ b/core/Plugin/Manager.php
@@ -562,7 +562,6 @@ class Manager extends Singleton
return $plugins;
}
-
protected static function isManifestFileFound($path)
{
return file_exists($path . "/" . MetadataLoader::PLUGIN_JSON_FILENAME);
@@ -602,7 +601,6 @@ class Manager extends Singleton
return false;
}
-
/**
* Load the specified plugins.
*
@@ -804,7 +802,6 @@ class Manager extends Singleton
return $ignored;
}
-
/**
* Returns the name of all plugins found in this Piwik instance
* (including those not enabled and themes)
@@ -822,7 +819,6 @@ class Manager extends Singleton
return $pluginsToLoad;
}
-
/**
* Loads the plugin filename and instantiates the plugin with the given name, eg. UserCountry
*