public function ParameterNotFoundException::setSourceId

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ParameterNotFoundException.php, line 67

Class

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

Namespace

Symfony\Component\DependencyInjection\Exception

Code

public function setSourceId($sourceId) {
  $this->sourceId = $sourceId;
  $this
    ->updateRepr();
}