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

Breadcrumb

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

function MissingConstructorArgumentsException::getMissingConstructorArguments

Return value

string[]

File

vendor/symfony/serializer/Exception/MissingConstructorArgumentsException.php, line 36

Class

MissingConstructorArgumentsException
@author Maxime VEBER <maxime.veber@nekland.fr>

Namespace

Symfony\Component\Serializer\Exception

Code

public function getMissingConstructorArguments() : array {
    return $this->missingArguments;
}
RSS feed
Powered by Drupal