class DrushDrupalFinder (View source)

A replacement for DrupalFinder. We may go back to that once it uses InstalledVersions from Composer.

Methods

__construct(Environment $environment)

No description

string|false
getDrupalRoot()

Get the Drupal root.

string
getComposerRoot()

Get the Composer root.

string
getVendorDir()

Get the vendor path.

Details

__construct(Environment $environment)

No description

Parameters

Environment $environment

string|false getDrupalRoot()

Get the Drupal root.

Return Value

string|false

string getComposerRoot()

Get the Composer root.

Return Value

string

string getVendorDir()

Get the vendor path.

Return Value

string