Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage().
public function getRevisionLogMessage() { return $this->{$this->getEntityType() ->getRevisionMetadataKey('revision_log_message')}->value; }