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

Breadcrumb

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

function Node::setAttributes

Replaces all the attributes of this node.

Parameters

array<string, mixed> $attributes:

1 method overrides Node::setAttributes()
NodeAbstract::setAttributes in vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php
Replaces all the attributes of this node.

File

vendor/nikic/php-parser/lib/PhpParser/Node.php, line 149

Class

Node

Namespace

PhpParser

Code

public function setAttributes(array $attributes) : void;
RSS feed
Powered by Drupal