public function EntityProviderInterface::label in Crop API 8
Same name and namespace in other branches
- 8.2 src/EntityProviderInterface.php \Drupal\crop\EntityProviderInterface::label()
Returns the selection display label.
Return value
string The selection display label.
1 method overrides EntityProviderInterface::label()
- EntityProviderBase::label in src/
EntityProviderBase.php - Returns the selection display label.
File
- src/
EntityProviderInterface.php, line 19
Class
- EntityProviderInterface
- Defines the interface for entity provider integration plugin.
Namespace
Drupal\cropCode
public function label();