You are here

public function SignalInterface::peek in Ultimate Cron 8.2

Get a signal without claiming it.

Parameters

string $job_id: The name of the job.

string $signal: The name of the signal.

Return value

string The signal if any.

1 method overrides SignalInterface::peek()
SignalCache::peek in src/Signal/SignalCache.php
Get a signal without claiming it.

File

src/Signal/SignalInterface.php, line 17

Class

SignalInterface

Namespace

Drupal\ultimate_cron\Signal

Code

public function peek($job_id, $signal);