You are here

protected property BlockDeleteForm::$context in Context 8.4

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

The context that the block is being removed from.

Type: \Drupal\context\ContextInterface

File

src/Reaction/Blocks/Form/BlockDeleteForm.php, line 24

Class

BlockDeleteForm
Provides a form to delete a block from block reaction.

Namespace

Drupal\context\Reaction\Blocks\Form

Code

protected $context;