Lines Matching full:extensions
17 * Install and deinstall extensions
73 * @param bool $skipInstalled Ignore the overwrite setting and skip installed extensions
101 * Install extensions from a given URL
118 * Install extensions from a user upload
139 * Install extensions from an archive
141 …* The archive is extracted to a temporary directory and then the contained extensions are installe…
152 $extensions = $this->findExtensions($target, $base);
153 foreach ($extensions as $extension) {
365 * Get the list of processed extensions and their status during an installation run
458 * Find all extensions in a given directory
460 * This allows us to install extensions from archives that contain multiple extensions and
469 $extensions = [];
476 $extensions[] = Extension::createFromDirectory($file->getPath());
479 if ($extensions) return $extensions;