You are here

protected property TestNodeContext::$node in Component blocks 1.x

Same name and namespace in other branches
  1. 1.0.x tests/modules/component_blocks_test/src/TestNodeContext.php \Drupal\component_blocks_test\TestNodeContext::node
  2. 1.1.x tests/modules/component_blocks_test/src/TestNodeContext.php \Drupal\component_blocks_test\TestNodeContext::node

Node.

Type: \Drupal\node\NodeInterface

File

tests/modules/component_blocks_test/src/TestNodeContext.php, line 22

Class

TestNodeContext
Defines a class for a test node context.

Namespace

Drupal\component_blocks_test

Code

protected $node;