function BlockContentType::shouldCreateNewRevision

Same name and namespace in other branches
  1. 9 core/modules/block_content/src/Entity/BlockContentType.php \Drupal\block_content\Entity\BlockContentType::shouldCreateNewRevision()
  2. 8.9.x core/modules/block_content/src/Entity/BlockContentType.php \Drupal\block_content\Entity\BlockContentType::shouldCreateNewRevision()
  3. 11.x core/modules/block_content/src/Entity/BlockContentType.php \Drupal\block_content\Entity\BlockContentType::shouldCreateNewRevision()

Gets whether a new revision should be created by default.

Return value

bool TRUE if a new revision should be created by default.

Overrides RevisionableEntityBundleInterface::shouldCreateNewRevision

File

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

Class

BlockContentType
Defines the block type entity.

Namespace

Drupal\block_content\Entity

Code

public function shouldCreateNewRevision() {
  return $this->revision;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.