function FailureMarker::getPath

Gets the marker file path.

Return value

string The absolute path of the marker file.

File

core/modules/package_manager/src/FailureMarker.php, line 39

Class

FailureMarker
Handles failure marker file operation.

Namespace

Drupal\package_manager

Code

public function getPath() : string {
    return $this->pathLocator
        ->getProjectRoot() . '/PACKAGE_MANAGER_FAILURE.yml';
}

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