You are here

protected property PanelsBlockConfigureFormBase::$block in Panels 8.4

Same name and namespace in other branches
  1. 8.3 src/Form/PanelsBlockConfigureFormBase.php \Drupal\panels\Form\PanelsBlockConfigureFormBase::block

The plugin being configured.

Type: \Drupal\Core\Block\BlockPluginInterface

File

src/Form/PanelsBlockConfigureFormBase.php, line 48

Class

PanelsBlockConfigureFormBase
Provides a base form for configuring a block as part of a variant.

Namespace

Drupal\panels\Form

Code

protected $block;