Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
NodeAbstract.php
function NodeAbstract::getAttributes
Overrides
Node::getAttributes
File
vendor/
nikic/
php-parser/
lib/
PhpParser/
NodeAbstract.php
, line 167
Class
NodeAbstract
Namespace
PhpParser
Code
public
function
getAttributes
() : array {
return
$this
->
attributes
; }
RSS feed