You are here

public static function CronPlugin::getGlobalOptions in Ultimate Cron 8.2

Get all global plugin options.

Return value

array All options currently set, keyed by name.

File

src/CronPlugin.php, line 116

Class

CronPlugin
This is the base class for all Ultimate Cron plugins.

Namespace

Drupal\ultimate_cron

Code

public static function getGlobalOptions() {
  return static::$globalOptions;
}