SandboxManagerBase::COMPOSER_SANDBOX_DIRECTORY

Same name and namespace in other branches
  1. 11.x core/modules/package_manager/src/SandboxManagerBase.php \Drupal\package_manager\SandboxManagerBase::COMPOSER_SANDBOX_DIRECTORY

The name of the long-lived sandbox directory to maintain.

File

core/modules/package_manager/src/SandboxManagerBase.php, line 153

Class

SandboxManagerBase
Creates and manages a sandbox directory in which to install or update code.

Namespace

Drupal\package_manager

Code

private const COMPOSER_SANDBOX_DIRECTORY = 'sandbox_directory';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.