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

Breadcrumb

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

ParserAbstract::$actionBase

state/symbol pair is $action[$actionBase[$state] + $symbol]. If $actionBase[$state] is 0, the action is defaulted, i.e. $actionDefault[$state] should be used instead.

Type: int[] Map of states to a displacement into the $action table. The corresponding action for this

File

vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php, line 83

Class

ParserAbstract

Namespace

PhpParser

Code

protected array $actionBase;

API Navigation

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