public function JobItemInterface::isAccepted

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

Return value

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

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

File

src/JobItemInterface.php, line 348

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function isAccepted();