public function WidgetValidationInterface::label in Entity Browser 8
Same name and namespace in other branches
- 8.2 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_browserCode
public function label();