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

Breadcrumb

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

function ParsingException::getDetails

@phpstan-return array{text?: string, token?: string|int, line?: int, loc?: array{first_line: int, first_column: int, last_line: int, last_column: int}, expected?: string[]}

1 method overrides ParsingException::getDetails()
DuplicateKeyException::getDetails in vendor/seld/jsonlint/src/Seld/JsonLint/DuplicateKeyException.php
@phpstan-return array{key: string, line: int}

File

vendor/seld/jsonlint/src/Seld/JsonLint/ParsingException.php, line 34

Class

ParsingException

Namespace

Seld\JsonLint

Code

public function getDetails() {
    return $this->details;
}

API Navigation

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