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

Breadcrumb

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

function Runtime::getExtensions

Return value

string[]

File

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

Class

Runtime

Namespace

Composer\Platform

Code

public function getExtensions() : array {
    return get_loaded_extensions();
}
RSS feed
Powered by Drupal