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

Breadcrumb

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

function CallExpression::getArguments

Same name in this branch
  1. 11.1.x vendor/twig/twig/src/Node/Expression/CallExpression.php \Twig\Node\Expression\CallExpression::getArguments()

Returns the arguments array

Return value

Expression[]|SpreadElement[]

File

vendor/mck89/peast/lib/Peast/Syntax/Node/CallExpression.php, line 73

Class

CallExpression
A node that represents a call expression. For example: test()

Namespace

Peast\Syntax\Node

Code

public function getArguments() {
    return $this->arguments;
}

API Navigation

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