You are here

public function GathercontentOperationItem::getStatus in GatherContent 8

File

src/Entity/GathercontentOperationItem.php, line 43

Class

GathercontentOperationItem
Defines the Gathercontent operation item entity.

Namespace

Drupal\gathercontent\Entity

Code

public function getStatus() {
  return $this
    ->get('status')->value;
}