Overrides BaseInstaller::getLocations
public function getLocations(string $frameworkType) : array { if ($frameworkType === 'ee2') { $this->locations = $this->ee2Locations; } else { $this->locations = $this->ee3Locations; } return $this->locations; }