You are here

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

AuthorDatumBase

Namespace

Drupal\author_pane\Plugin\AuthorPane

Code

protected function value() {
  return $this->value;
}