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

Breadcrumb

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

class GeneratedConfig

This class is generated by phpstan/extension-installer. @internal

Hierarchy

  • class \PHPStan\ExtensionInstaller\GeneratedConfig

Expanded class hierarchy of GeneratedConfig

File

vendor/phpstan/extension-installer/src/GeneratedConfig.php, line 9

Namespace

PHPStan\ExtensionInstaller
View source
final class GeneratedConfig {
    public const EXTENSIONS = array(
        'composer/composer' => array(
            'install_path' => '/opt/drupal/code/drupal-11.1.x/vendor/composer/composer',
            'relative_install_path' => '../../../composer/composer',
            'extra' => array(
                'includes' => array(
                    0 => 'phpstan/rules.neon',
                ),
            ),
            'version' => '2.8.3',
            'phpstanVersionConstraint' => NULL,
        ),
        'composer/pcre' => array(
            'install_path' => '/opt/drupal/code/drupal-11.1.x/vendor/composer/pcre',
            'relative_install_path' => '../../../composer/pcre',
            'extra' => array(
                'includes' => array(
                    0 => 'extension.neon',
                ),
            ),
            'version' => '3.3.2',
            'phpstanVersionConstraint' => NULL,
        ),
        'mglaman/phpstan-drupal' => array(
            'install_path' => '/opt/drupal/code/drupal-11.1.x/vendor/mglaman/phpstan-drupal',
            'relative_install_path' => '../../../mglaman/phpstan-drupal',
            'extra' => array(
                'includes' => array(
                    0 => 'extension.neon',
                    1 => 'rules.neon',
                ),
            ),
            'version' => '1.3.1',
            'phpstanVersionConstraint' => '>=1.10.56.0-dev, <2.0.0.0-dev',
        ),
        'phpstan/phpstan-deprecation-rules' => array(
            'install_path' => '/opt/drupal/code/drupal-11.1.x/vendor/phpstan/phpstan-deprecation-rules',
            'relative_install_path' => '../../phpstan-deprecation-rules',
            'extra' => array(
                'includes' => array(
                    0 => 'rules.neon',
                ),
            ),
            'version' => '1.2.1',
            'phpstanVersionConstraint' => '>=1.12.0.0-dev, <2.0.0.0-dev',
        ),
        'phpstan/phpstan-phpunit' => array(
            'install_path' => '/opt/drupal/code/drupal-11.1.x/vendor/phpstan/phpstan-phpunit',
            'relative_install_path' => '../../phpstan-phpunit',
            'extra' => array(
                'includes' => array(
                    0 => 'extension.neon',
                    1 => 'rules.neon',
                ),
            ),
            'version' => '1.4.1',
            'phpstanVersionConstraint' => '>=1.12.0.0-dev, <2.0.0.0-dev',
        ),
    );
    public const NOT_INSTALLED = array();
    
    /** @var string|null */
    public const PHPSTAN_VERSION_CONSTRAINT = '>=1.12.0.0-dev, <2.0.0.0-dev';
    private function __construct() {
    }

}

Members

Title Sort descending Modifiers Object type Summary
GeneratedConfig::EXTENSIONS public constant
GeneratedConfig::NOT_INSTALLED public constant
GeneratedConfig::PHPSTAN_VERSION_CONSTRAINT public constant @var string|null
GeneratedConfig::__construct private function

API Navigation

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