Piwik\Plugin\Manager::isManifestFileFound PHP Method

isManifestFileFound() protected static method

protected static isManifestFileFound ( $path )
    protected static function isManifestFileFound($path)
    {
        return file_exists($path . "/" . MetadataLoader::PLUGIN_JSON_FILENAME);
    }
Manager