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

Breadcrumb

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

function CompletionSuggestions::getValueSuggestions

Return value

Suggestion[]

File

vendor/symfony/console/Completion/CompletionSuggestions.php, line 93

Class

CompletionSuggestions
Stores all completion suggestions for the current input.

Namespace

Symfony\Component\Console\Completion

Code

public function getValueSuggestions() : array {
    return $this->valueSuggestions;
}

API Navigation

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