You are here

public function OperationItemInterface::getStatus in GatherContent 8.3

Same name and namespace in other branches
  1. 8.4 src/Entity/OperationItemInterface.php \Drupal\gathercontent\Entity\OperationItemInterface::getStatus()

Getter for status property.

Return value

string Status value.

1 method overrides OperationItemInterface::getStatus()
OperationItem::getStatus in src/Entity/OperationItem.php
Getter for status property.

File

src/Entity/OperationItemInterface.php, line 20

Class

OperationItemInterface
Provides an interface for defining Gathercontent operation item entities.

Namespace

Drupal\gathercontent\Entity

Code

public function getStatus();