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