You are here

public function EntityRevisionLogInterface::setRevisionLogMessage in Entity API 8.0

Sets the entity revision log message.

Parameters

string $revision_log_message: The revision log message.

Return value

$this

File

src/Revision/EntityRevisionLogInterface.php, line 90
Contains \Drupal\entity\Revision\EntityRevisionLogInterface.

Class

EntityRevisionLogInterface
Defines an entity type with create time/author/log information for revisions.

Namespace

Drupal\entity\Revision

Code

public function setRevisionLogMessage($revision_log_message);