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
Namespace
Drupal\author_pane\Plugin\AuthorPaneCode
public function setValue($value) {
$this->value = $value;
}