function FailureMarker::getSubscribedEvents

File

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

Class

FailureMarker
Handles failure marker file operation.

Namespace

Drupal\package_manager

Code

public static function getSubscribedEvents() : array {
    return [
        CollectPathsToExcludeEvent::class => 'excludeMarkerFile',
    ];
}

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