You are here

protected property BlockContentForm::$entity in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/block_content/src/BlockContentForm.php \Drupal\block_content\BlockContentForm::entity

The block content entity.

Type: \Drupal\block_content\BlockContentInterface

Overrides ContentEntityForm::$entity

File

core/modules/block_content/src/BlockContentForm.php, line 21

Class

BlockContentForm
Form handler for the custom block edit forms.

Namespace

Drupal\block_content

Code

protected $entity;