You are here

public function BlockContentInterface::getRevisionLog in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/block_content/src/BlockContentInterface.php \Drupal\block_content\BlockContentInterface::getRevisionLog()

Returns the block revision log message.

Return value

string The revision log message.

1 method overrides BlockContentInterface::getRevisionLog()
BlockContent::getRevisionLog in core/modules/block_content/src/Entity/BlockContent.php
Returns the block revision log message.

File

core/modules/block_content/src/BlockContentInterface.php, line 24
Contains \Drupal\block_content\BlockContentInterface.

Class

BlockContentInterface
Provides an interface defining a custom block entity.

Namespace

Drupal\block_content

Code

public function getRevisionLog();