public function JobItemInterface::active

Sets the state of the job item to 'active'.

Parameters

string $message: Message for the source to be reviewed.

array $variables: (optional) An array of variables to replace in the message on display.

string $type: (optional) Statically set to status.

1 method overrides JobItemInterface::active()
JobItem::active in src/Entity/JobItem.php
Sets the state of the job item to 'active'.

File

src/JobItemInterface.php, line 301

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function active($message = NULL, $variables = array(), $type = 'status');