Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ExpressionEngineInstaller.php

function ExpressionEngineInstaller::getLocations

Overrides BaseInstaller::getLocations

File

vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php, line 21

Class

ExpressionEngineInstaller

Namespace

Composer\Installers

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal