TaskService
Service class helping to retrieve data for EXT:scheduler
This is not a public API method, do not use in own extensions
Table of Contents
Methods
- getAvailableTaskTypes() : array<string|int, mixed>
- This method fetches a list of all classes that have been registered with the Scheduler For each item the following information is provided, as an associative array:
Methods
getAvailableTaskTypes()
This method fetches a list of all classes that have been registered with the Scheduler For each item the following information is provided, as an associative array:
public
getAvailableTaskTypes() : array<string|int, mixed>
['extension'] => Key of the extension which provides the class ['filename'] => Path to the file containing the class ['title'] => String (possibly localized) containing a human-readable name for the class ['provider'] => Name of class that implements the interface for additional fields, if necessary
The name of the class itself is used as the key of the list array