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