function DirectWritePreconditionBypass::getName

File

core/modules/package_manager/src/DirectWritePreconditionBypass.php, line 51

Class

DirectWritePreconditionBypass
Allows certain Composer Stager preconditions to be bypassed.

Namespace

Drupal\package_manager

Code

public function getName() : TranslatableInterface {
  return $this->decorated
    ->getName();
}

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