public function JobItemInterface::isInactive

Checks whether the state of this transaction is 'inactive'.

Return value

bool TRUE if the state is 'inactive', FALSE otherwise.

1 method overrides JobItemInterface::isInactive()
JobItem::isInactive in src/Entity/JobItem.php
Checks whether the state of this transaction is 'inactive'.

File

src/JobItemInterface.php, line 380

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function isInactive();