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\EntityCode
public function getStatus() {
return $this
->get('status')->value;
}