You are here

public function GathercontentMapping::setUpdatedDrupal in GatherContent 8

Parameters

string $updated_drupal:

File

src/Entity/GathercontentMapping.php, line 255

Class

GathercontentMapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function setUpdatedDrupal($updated_drupal) {
  $this->updated_drupal = $updated_drupal;
}