Set the operators.
array Returns operators.
function operators() {
$operators = [
'job_item_state' => [
'title' => $this
->t('Job State'),
'short' => $this
->t('job state'),
'values' => 1,
],
];
return $operators;
}