You are here

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

AuthorDatumBase

Namespace

Drupal\author_pane\Plugin\AuthorPane

Code

public function id() {
  return $this->id;
}