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

Breadcrumb

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

function Runtime::invoke

Parameters

mixed[] $arguments:

Return value

mixed

File

vendor/composer/composer/src/Composer/Platform/Runtime.php, line 45

Class

Runtime

Namespace

Composer\Platform

Code

public function invoke(callable $callable, array $arguments = []) {
    return $callable(...$arguments);
}
RSS feed
Powered by Drupal