You are here

public function AuthorDatumBase::setAuthor in Author Pane 8.3

Sets the author of the datum.

Parameters

$author:

File

src/Plugin/AuthorPane/AuthorDatumBase.php, line 115
Contains \Drupal\author_pane\Plugin\AuthorPane\AuthorDatumBase.

Class

AuthorDatumBase

Namespace

Drupal\author_pane\Plugin\AuthorPane

Code

public function setAuthor($author) {
  $this->author = $author;
}