You are here

public property EmptyBlockForm::$plugin in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php \Drupal\block_test\PluginForm\EmptyBlockForm::plugin

The plugin this form is for.

Type: \Drupal\Component\Plugin\PluginInspectionInterface

Overrides PluginFormBase::$plugin

File

core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php, line 16

Class

EmptyBlockForm
Provides a form for a block that is empty.

Namespace

Drupal\block_test\PluginForm

Code

public $plugin;