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

Breadcrumb

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

function ParserAbstract::parse

Same name in this branch
  1. 11.1.x vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php \PhpParser\ParserAbstract::parse()

Parses the source

@abstract

Return value

Node\Node

1 call to ParserAbstract::parse()
ParserAbstract::tokenize in vendor/mck89/peast/lib/Peast/Syntax/ParserAbstract.php
Returns parsed tokens from the source code
1 method overrides ParserAbstract::parse()
Parser::parse in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses the source

File

vendor/mck89/peast/lib/Peast/Syntax/ParserAbstract.php, line 130

Class

ParserAbstract
Base class for parsers.

Namespace

Peast\Syntax

Code

public abstract function parse();

API Navigation

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