public function BlockContentInterface::getRevisionLog in Drupal 8
Returns the block revision log message.
Return value
string The revision log message.
Deprecated
in drupal:8.2.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage() instead.
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 25
Class
- BlockContentInterface
- Provides an interface defining a custom block entity.
Namespace
Drupal\block_contentCode
public function getRevisionLog();