Home
last modified time | relevance | path

Searched refs:parseSQLFiles (Results 1 – 4 of 4) sorted by relevance

/dports/www/joomla3/joomla3-3.9.24/libraries/src/Installer/Adapter/
H A DFileAdapter.php395 $result = $this->parent->parseSQLFiles($this->getManifest()->uninstall->sql);
H A DPluginAdapter.php574 $utfresult = $this->parent->parseSQLFiles($this->getManifest()->uninstall->sql);
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Installer/
H A DInstallerAdapter.php472 $result = $this->parent->parseSQLFiles($this->getManifest()->{$route}->sql);
H A DInstaller.php403 $stepval = $this->parseSQLFiles($step['script']);
940 public function parseSQLFiles($element) function in Joomla\\CMS\\Installer\\Installer