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

Breadcrumb

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

interface Statement

Interface that every statement node must implement.

@author Marco Marchiò <marco.mm89@gmail.com>

Hierarchy

  • interface \Peast\Syntax\Node\Statement

Expanded class hierarchy of Statement

All classes that implement Statement

1 file declares its use of Statement
PseudoSimple.php in vendor/mck89/peast/lib/Peast/Selector/Node/Part/PseudoSimple.php
6 string references to 'Statement'
BlockStatement::setBody in vendor/mck89/peast/lib/Peast/Syntax/Node/BlockStatement.php
Sets block's body
IfStatement::setAlternate in vendor/mck89/peast/lib/Peast/Syntax/Node/IfStatement.php
Sets the "else" statement
IfStatement::setConsequent in vendor/mck89/peast/lib/Peast/Syntax/Node/IfStatement.php
Sets the statement that is activated if the test expression is true
Program::setBody in vendor/mck89/peast/lib/Peast/Syntax/Node/Program.php
Sets the program's body
PseudoSimple::check in vendor/mck89/peast/lib/Peast/Selector/Node/Part/PseudoSimple.php
Returns true if the selector part matches the given node, false otherwise

... See full list

File

vendor/mck89/peast/lib/Peast/Syntax/Node/Statement.php, line 17

Namespace

Peast\Syntax\Node
View source
interface Statement {

}

API Navigation

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