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

Breadcrumb

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

function EventDispatcher::setRunScripts

Set whether script handlers are active or not

Return value

$this

File

vendor/composer/composer/src/Composer/EventDispatcher/EventDispatcher.php, line 91

Class

EventDispatcher
The Event Dispatcher.

Namespace

Composer\EventDispatcher

Code

public function setRunScripts(bool $runScripts = true) : self {
    $this->runScripts = $runScripts;
    return $this;
}

API Navigation

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