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

Breadcrumb

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

function Error::getAttributes

Gets the attributes of the node/token the error occurred at.

Return value

array<string, mixed>

File

vendor/nikic/php-parser/lib/PhpParser/Error.php, line 56

Class

Error

Namespace

PhpParser

Code

public function getAttributes() : array {
    return $this->attributes;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal