You are here

public property EmptyBlockForm::$plugin in Drupal 9

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;