public function AutomatedCropInterface::label in Automated Crop 8
Returns the display label.
Return value
string The display label.
1 method overrides AutomatedCropInterface::label()
- AbstractAutomatedCrop::label in src/
AbstractAutomatedCrop.php - Returns the display label.
File
- src/
AutomatedCropInterface.php, line 19
Class
- AutomatedCropInterface
- Provides an interface defining the AutomatedCrop plugin objects.
Namespace
Drupal\automated_cropCode
public function label();