function BlockContentInterface::getRevisionLog
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();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.