You are here

public function GathercontentOperation::getType in GatherContent 8

File

src/Entity/GathercontentOperation.php, line 46

Class

GathercontentOperation
Defines the Gathercontent operation entity.

Namespace

Drupal\gathercontent\Entity

Code

public function getType() {
  return $this
    ->get('type')->value;
}