You are here

public function AuthorDatumBase::label in Author Pane 8.3

Returns the label of the datum.

Return value

\Drupal\Core\Annotation\Translation

File

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

Class

AuthorDatumBase

Namespace

Drupal\author_pane\Plugin\AuthorPane

Code

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