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