public function EntityProviderBase::label in Crop API 8.2
Same name and namespace in other branches
- 8 src/EntityProviderBase.php \Drupal\crop\EntityProviderBase::label()
Returns the selection display label.
Return value
string The selection display label.
Overrides EntityProviderInterface::label
File
- src/
EntityProviderBase.php, line 16
Class
- EntityProviderBase
- Base implementation for entity provider plugins.
Namespace
Drupal\cropCode
public function label() {
$this->pluginDefinition['label'];
}