public function Mapping::setUpdatedDrupal in GatherContent 8.3
Same name and namespace in other branches
- 8.5 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::setUpdatedDrupal()
- 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 223
Class
- Mapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function setUpdatedDrupal($updated_drupal) {
$this->updated_drupal = $updated_drupal;
}