public function AuthorPane::getAuthor in Author Pane 8.3
Gets the user account whose information is displayed on the pane.
Return value
1 call to AuthorPane::getAuthor()
- AuthorPane::display in src/
Entity/ AuthorPane.php - Returns a string containing the the author pane.
File
- src/
Entity/ AuthorPane.php, line 106 - Contains \Drupal\author_pane\Entity\AuthorPane.
Class
- AuthorPane
- Defines an AuthorPane configuration entity class.
Namespace
Drupal\author_pane\EntityCode
public function getAuthor() {
return $this->author;
}