public function JobItemInterface::isActive

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

Return value

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

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

File

src/JobItemInterface.php, line 356

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function isActive();