Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RunScriptCommand.php

RunScriptCommand::$scriptEvents

Type: string[] Array with command events

File

vendor/composer/composer/src/Composer/Command/RunScriptCommand.php, line 32

Class

RunScriptCommand
@author Fabien Potencier <fabien.potencier@gmail.com>

Namespace

Composer\Command

Code

protected $scriptEvents = [
    ScriptEvents::PRE_INSTALL_CMD,
    ScriptEvents::POST_INSTALL_CMD,
    ScriptEvents::PRE_UPDATE_CMD,
    ScriptEvents::POST_UPDATE_CMD,
    ScriptEvents::PRE_STATUS_CMD,
    ScriptEvents::POST_STATUS_CMD,
    ScriptEvents::POST_ROOT_PACKAGE_INSTALL,
    ScriptEvents::POST_CREATE_PROJECT_CMD,
    ScriptEvents::PRE_ARCHIVE_CMD,
    ScriptEvents::POST_ARCHIVE_CMD,
    ScriptEvents::PRE_AUTOLOAD_DUMP,
    ScriptEvents::POST_AUTOLOAD_DUMP,
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal