StageBase::$type

The stage type.

To ensure that stage classes do not unintentionally use another stage's type, all concrete subclasses MUST explicitly define this property. The recommended pattern is `MODULE:TYPE`.

Type: string

File

core/modules/package_manager/src/StageBase.php, line 170

Class

StageBase
Creates and manages a stage directory in which to install or update code.

Namespace

Drupal\package_manager

Code

protected string $type;

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