You are here

protected property BlockContentType::$description in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/block_content/src/Entity/BlockContentType.php \Drupal\block_content\Entity\BlockContentType::description

The description of the block type.

Type: string

File

core/modules/block_content/src/Entity/BlockContentType.php, line 81

Class

BlockContentType
Defines the custom block type entity.

Namespace

Drupal\block_content\Entity

Code

protected $description;