public function AbstractAutomatedCrop::label in Automated Crop 8
Returns the display label.
Return value
string The display label.
Overrides AutomatedCropInterface::label
File
- src/
AbstractAutomatedCrop.php, line 169
Class
- AbstractAutomatedCrop
- Provides a base class for each AutomatedCrop provider plugins.
Namespace
Drupal\automated_cropCode
public function label() {
return $this->label;
}