public function NodeInterface::getRevisionAuthor in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/node/src/NodeInterface.php \Drupal\node\NodeInterface::getRevisionAuthor()
Gets the node revision author.
Return value
\Drupal\user\UserInterface The user entity for the revision author.
1 method overrides NodeInterface::getRevisionAuthor()
- Node::getRevisionAuthor in core/
modules/ node/ src/ Entity/ Node.php - Gets the node revision author.
File
- core/
modules/ node/ src/ NodeInterface.php, line 149 - Contains \Drupal\node\NodeInterface.
Class
- NodeInterface
- Provides an interface defining a node entity.
Namespace
Drupal\nodeCode
public function getRevisionAuthor();