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

Breadcrumb

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

function Definition::setChanges

Sets the tracked changes for the Definition object.

Parameters

array $changes An array of changes for this Definition:

Return value

$this

File

vendor/symfony/dependency-injection/Definition.php, line 87

Class

Definition
Definition represents a service definition.

Namespace

Symfony\Component\DependencyInjection

Code

public function setChanges(array $changes) : static {
    $this->changes = $changes;
    return $this;
}
RSS feed
Powered by Drupal