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

Breadcrumb

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

function BoundArgument::getValues

Overrides ArgumentInterface::getValues

File

vendor/symfony/dependency-injection/Argument/BoundArgument.php, line 41

Class

BoundArgument
@author Guilhem Niot <guilhem.niot@gmail.com>

Namespace

Symfony\Component\DependencyInjection\Argument

Code

public function getValues() : array {
    return [
        $this->value,
        $this->identifier,
        $this->used,
        $this->type,
        $this->file,
    ];
}
RSS feed
Powered by Drupal