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

Breadcrumb

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

function Node::getAttributes

Returns all the attributes of this node.

Return value

array<string, mixed>

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

File

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

Class

Node

Namespace

PhpParser

Code

public function getAttributes() : array;
RSS feed
Powered by Drupal