public function RevisionLogInterface::setRevisionLogMessage

public RevisionLogInterface::setRevisionLogMessage($revision_log_message)

Sets the entity revision log message.

Parameters

string $revision_log_message: The revision log message.

Return value

$this

File

core/lib/Drupal/Core/Entity/RevisionLogInterface.php, line 82

Class

RevisionLogInterface
Defines methods for an entity that supports revision logging and ownership.

Namespace

Drupal\Core\Entity

Code

public function setRevisionLogMessage($revision_log_message);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!RevisionLogInterface.php/function/RevisionLogInterface::setRevisionLogMessage/8.1.x