You are here

protected property BlockContentType::$description in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 76
Contains \Drupal\block_content\Entity\BlockContentType.

Class

BlockContentType
Defines the custom block type entity.

Namespace

Drupal\block_content\Entity

Code

protected $description;