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

Breadcrumb

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

JsonParser::$productions_

@phpstan-var array<int<1,21>, array{int, int}> @const

Type: productions_

File

vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php, line 107

Class

JsonParser
Parser class

Namespace

Seld\JsonLint

Code

private $productions_ = array(
    1 => array(
        3,
        1,
    ),
    2 => array(
        5,
        1,
    ),
    3 => array(
        7,
        1,
    ),
    4 => array(
        9,
        1,
    ),
    5 => array(
        9,
        1,
    ),
    6 => array(
        12,
        2,
    ),
    7 => array(
        13,
        1,
    ),
    8 => array(
        13,
        1,
    ),
    9 => array(
        13,
        1,
    ),
    10 => array(
        13,
        1,
    ),
    11 => array(
        13,
        1,
    ),
    12 => array(
        13,
        1,
    ),
    13 => array(
        15,
        2,
    ),
    14 => array(
        15,
        3,
    ),
    15 => array(
        20,
        3,
    ),
    16 => array(
        19,
        1,
    ),
    17 => array(
        19,
        3,
    ),
    18 => array(
        16,
        2,
    ),
    19 => array(
        16,
        3,
    ),
    20 => array(
        25,
        1,
    ),
    21 => array(
        25,
        3,
    ),
);

API Navigation

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