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