You are here

public function Mapping::setUpdatedDrupal in GatherContent 8.5

Same name and namespace in other branches
  1. 8.3 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::setUpdatedDrupal()
  2. 8.4 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::setUpdatedDrupal()

Setter for updated drupal property.

Parameters

string $updated_drupal: Timestamp when was mapping updated.

Overrides MappingInterface::setUpdatedDrupal

File

src/Entity/Mapping.php, line 243

Class

Mapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

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