public function AuthorDatumBase::description in Author Pane 8.3
Returns the description of the datum.
Return value
\Drupal\Core\Annotation\Translation
File
- src/
Plugin/ AuthorPane/ AuthorDatumBase.php, line 88 - Contains \Drupal\author_pane\Plugin\AuthorPane\AuthorDatumBase.
Class
Namespace
Drupal\author_pane\Plugin\AuthorPaneCode
public function description() {
return $this->description;
}