You are here

public function GathercontentOperation::setType in GatherContent 8

File

src/Entity/GathercontentOperation.php, line 53

Class

GathercontentOperation
Defines the Gathercontent operation entity.

Namespace

Drupal\gathercontent\Entity

Code

public function setType($value) {
  $this
    ->set('type', $value);
  return $this;
}