You are here

static function DrupalEnvironment::getInstance in X Autoload 7.5

Return value

DrupalEnvironment

File

tests/src/VirtualDrupal/DrupalEnvironment.php, line 41

Class

DrupalEnvironment

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

static function getInstance() {
  return self::$staticInstance;
}