You are here

public function LibraryTransaction::isPublished in Library 8

File

src/Entity/LibraryTransaction.php, line 128

Class

LibraryTransaction
Defines the Library transaction entity.

Namespace

Drupal\library\Entity

Code

public function isPublished() {
  return (bool) $this
    ->getEntityKey('status');
}