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

Breadcrumb

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

function ParameterNotFoundException::setSourceExtensionName

File

vendor/symfony/dependency-injection/Exception/ParameterNotFoundException.php, line 105

Class

ParameterNotFoundException
This exception is thrown when a non-existent parameter is used.

Namespace

Symfony\Component\DependencyInjection\Exception

Code

public function setSourceExtensionName(?string $sourceExtensionName) : void {
    $this->sourceExtensionName = $sourceExtensionName;
    $this->updateRepr();
}
RSS feed
Powered by Drupal