public function CronPlugin::getConfiguration in Ultimate Cron 8.2
Gets this plugin's configuration.
Return value
array An array of this plugin's configuration.
Overrides ConfigurableInterface::getConfiguration
3 calls to CronPlugin::getConfiguration()
- CacheLogger::save in src/
Plugin/ ultimate_cron/ Logger/ CacheLogger.php - Saves a log entry.
- SerialLauncher::findFreeThread in src/
Plugin/ ultimate_cron/ Launcher/ SerialLauncher.php - SerialLauncher::launchJobs in src/
Plugin/ ultimate_cron/ Launcher/ SerialLauncher.php - Default implementation of jobs launcher.
File
- src/
CronPlugin.php, line 48
Class
- CronPlugin
- This is the base class for all Ultimate Cron plugins.
Namespace
Drupal\ultimate_cronCode
public function getConfiguration() {
return $this->configuration;
}