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

Breadcrumb

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

function Program::getBody

Returns the program's body

Return value

Statement[]|ModuleDeclaration[]

File

vendor/mck89/peast/lib/Peast/Syntax/Node/Program.php, line 76

Class

Program
Root node for scripts and modules.

Namespace

Peast\Syntax\Node

Code

public function getBody() {
    return $this->body;
}

API Navigation

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