You are here

protected property BlockPluginTrait::$inPreview in Drupal 10

Whether the plugin is being rendered in preview mode.

Type: bool

File

core/lib/Drupal/Core/Block/BlockPluginTrait.php, line 38

Class

BlockPluginTrait
Provides the base implementation of a block plugin.

Namespace

Drupal\Core\Block

Code

protected $inPreview = FALSE;