Get the Drupal root path.
public function getDrupalRoot() : ?string { $core = InstalledVersions::getInstallPath('drupal/core'); return $core ? realpath(dirname($core)) : null; }