You are here

public function BlockContent::getRevisionLogMessage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/block_content/src/Entity/BlockContent.php \Drupal\block_content\Entity\BlockContent::getRevisionLogMessage()

Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage().

Overrides RevisionLogEntityTrait::getRevisionLogMessage

File

core/modules/block_content/src/Entity/BlockContent.php, line 278

Class

BlockContent
Defines the custom block entity class.

Namespace

Drupal\block_content\Entity

Code

public function getRevisionLogMessage() {
  return $this
    ->get('revision_log')->value;
}