You are here

public function WidgetSelectorBase::label in Entity Browser 8

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

Returns the widget selector label.

Return value

string The widget label.

Overrides WidgetSelectorInterface::label

File

src/WidgetSelectorBase.php, line 83

Class

WidgetSelectorBase
Base class for widget selector plugins.

Namespace

Drupal\entity_browser

Code

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