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

Breadcrumb

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

function ApplicationDescription::getNamespaces

File

vendor/symfony/console/Descriptor/ApplicationDescription.php, line 46

Class

ApplicationDescription
@author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

Namespace

Symfony\Component\Console\Descriptor

Code

public function getNamespaces() : array {
    if (!isset($this->namespaces)) {
        $this->inspectApplication();
    }
    return $this->namespaces;
}

API Navigation

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