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
Namespace
Drupal\author_pane\Plugin\AuthorPaneCode
public function setAuthor($author) {
$this->author = $author;
}