public function GathercontentOperation::getType in GatherContent 8
File
- src/
Entity/ GathercontentOperation.php, line 46
Class
- GathercontentOperation
- Defines the Gathercontent operation entity.
Namespace
Drupal\gathercontent\EntityCode
public function getType() {
return $this
->get('type')->value;
}