public BlockContentInterface::getRevisionLog()
Returns the block revision log message.
Return value
string The revision log message.
Deprecated
in Drupal 8.2.0, will be removed before Drupal 9.0.0. Use \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage() instead.
File
- core/modules/block_content/src/BlockContentInterface.php, line 23
Class
- BlockContentInterface
- Provides an interface defining a custom block entity.
Namespace
Drupal\block_content
Code
public function getRevisionLog();
Please login to continue.