You are here

protected property BlockContentType::$revision in Drupal 8

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

The default revision setting for custom blocks of this type.

Type: bool

File

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

Class

BlockContentType
Defines the custom block type entity.

Namespace

Drupal\block_content\Entity

Code

protected $revision;