public function JobTypeInterface::getLabel in Advanced Queue 8
Gets the job type label.
Return value
string The job type label.
1 method overrides JobTypeInterface::getLabel()
- JobTypeBase::getLabel in src/
Plugin/ AdvancedQueue/ JobType/ JobTypeBase.php - Gets the job type label.
File
- src/
Plugin/ AdvancedQueue/ JobType/ JobTypeInterface.php, line 22
Class
- JobTypeInterface
- Defines the interface for job types.
Namespace
Drupal\advancedqueue\Plugin\AdvancedQueue\JobTypeCode
public function getLabel();