You are here

public function SignalInterface::get in Ultimate Cron 8.2

Get and claim signal.

@internal param string $name The name of the job.* The name of the job.

Parameters

$job_id:

string $signal: The name of the signal.

Return value

string The signal if any. If a signal is found, it is "claimed" and therefore cannot be claimed again.

1 method overrides SignalInterface::get()
SignalCache::get in src/Signal/SignalCache.php
Get and claim signal.

File

src/Signal/SignalInterface.php, line 44

Class

SignalInterface

Namespace

Drupal\ultimate_cron\Signal

Code

public function get($job_id, $signal);