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

Breadcrumb

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

function Runtime::getExtensionInfo

Throws

\ReflectionException

File

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

Class

Runtime

Namespace

Composer\Platform

Code

public function getExtensionInfo(string $extension) : string {
    $reflector = new \ReflectionExtension($extension);
    ob_start();
    $reflector->info();
    return ob_get_clean();
}
RSS feed
Powered by Drupal