You are here

public function DisplayBase::label in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 src/DisplayBase.php \Drupal\entity_browser\DisplayBase::label()

Returns the display label.

Return value

string The display label.

Overrides DisplayInterface::label

File

src/DisplayBase.php, line 140

Class

DisplayBase
Base implementation for display plugins.

Namespace

Drupal\entity_browser

Code

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