You are here

public static function ComposerExecutableValidator::getSubscribedEvents in Automatic Updates 8.2

File

src/Validator/ComposerExecutableValidator.php, line 92

Class

ComposerExecutableValidator
Validates that the Composer executable can be found in the correct version.

Namespace

Drupal\automatic_updates\Validator

Code

public static function getSubscribedEvents() {
  return [
    AutomaticUpdatesEvents::READINESS_CHECK => 'checkForComposerExecutable',
  ];
}