You are here

public function WidgetSelectorInterface::label in Entity Browser 8

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

Returns the widget selector label.

Return value

string The widget label.

1 method overrides WidgetSelectorInterface::label()
WidgetSelectorBase::label in src/WidgetSelectorBase.php
Returns the widget selector label.

File

src/WidgetSelectorInterface.php, line 27

Class

WidgetSelectorInterface
Defines the interface for entity browser widget selectors.

Namespace

Drupal\entity_browser

Code

public function label();