You are here

public function AuthorDatumBase::setValue in Author Pane 8.3

Sets the value of the datum.

Parameters

$value:

File

src/Plugin/AuthorPane/AuthorDatumBase.php, line 106
Contains \Drupal\author_pane\Plugin\AuthorPane\AuthorDatumBase.

Class

AuthorDatumBase

Namespace

Drupal\author_pane\Plugin\AuthorPane

Code

public function setValue($value) {
  $this->value = $value;
}