class LegacyPreflight (View source)

Prepare to bootstrap Drupal

  • Determine the site to use
  • Set up the DI container
  • Start the bootstrap process

Methods

static void
includeCode(string $drushBasePath)

Include old code. It is an aspirational goal to remove or refactor all of this into more modular, class-based code.

Details

static void includeCode(string $drushBasePath)

Include old code. It is an aspirational goal to remove or refactor all of this into more modular, class-based code.

Parameters

string $drushBasePath

Return Value

void