public function SelectionDisplayInterface::label in Entity Browser 8
Same name and namespace in other branches
- 8.2 src/SelectionDisplayInterface.php \Drupal\entity_browser\SelectionDisplayInterface::label()
Returns the selection display label.
Return value
string The selection display label.
1 method overrides SelectionDisplayInterface::label()
- SelectionDisplayBase::label in src/
SelectionDisplayBase.php - Returns the selection display label.
File
- src/
SelectionDisplayInterface.php, line 26
Class
- SelectionDisplayInterface
- Defines the interface for entity browser selection displays.
Namespace
Drupal\entity_browserCode
public function label();