public function SelectionDisplayBase::label in Entity Browser 8
Same name and namespace in other branches
- 8.2 src/SelectionDisplayBase.php \Drupal\entity_browser\SelectionDisplayBase::label()
Returns the selection display label.
Return value
string The selection display label.
Overrides SelectionDisplayInterface::label
File
- src/
SelectionDisplayBase.php, line 115
Class
- SelectionDisplayBase
- Base implementation for selection display plugins.
Namespace
Drupal\entity_browserCode
public function label() {
$this->label;
}