You are here

protected property BlockFormBase::$context in Context 8.4

Same name and namespace in other branches
  1. 8 src/Reaction/Blocks/Form/BlockFormBase.php \Drupal\context\Reaction\Blocks\Form\BlockFormBase::context
  2. 8.0 src/Reaction/Blocks/Form/BlockFormBase.php \Drupal\context\Reaction\Blocks\Form\BlockFormBase::context

The context entity the reaction belongs to.

Type: \Drupal\context\ContextInterface

File

src/Reaction/Blocks/Form/BlockFormBase.php, line 49

Class

BlockFormBase
Provides a Block Form Base for blocks reactions.

Namespace

Drupal\context\Reaction\Blocks\Form

Code

protected $context;