You are here

public function JobSchedulerInterface::info in Job Scheduler 8.3

Same name and namespace in other branches
  1. 8.2 src/JobSchedulerInterface.php \Drupal\job_scheduler\JobSchedulerInterface::info()

Returns scheduler info.

Parameters

string $name: Name of the schedule.

Return value

array Information for the schedule.

Throws

\Exception Exceptions thrown by code called by this method are passed on.

See also

hook_cron_job_scheduler_info()

1 method overrides JobSchedulerInterface::info()
JobScheduler::info in src/JobScheduler.php
Returns scheduler info.

File

src/JobSchedulerInterface.php, line 26

Class

JobSchedulerInterface
Provides an interface defining a job scheduler manager.

Namespace

Drupal\job_scheduler

Code

public function info($name);