You are here

public function WidgetValidationInterface::label in Entity Browser 8.2

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

Returns the widget validation label.

Return value

string The widget validation label.

1 method overrides WidgetValidationInterface::label()
WidgetValidationBase::label in src/WidgetValidationBase.php
Returns the widget validation label.

File

src/WidgetValidationInterface.php, line 20

Class

WidgetValidationInterface
Defines the interface for entity browser widget validations.

Namespace

Drupal\entity_browser

Code

public function label();