public function MappingInterface::setUpdatedDrupal in GatherContent 8.4
Same name and namespace in other branches
- 8.5 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::setUpdatedDrupal()
- 8.3 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::setUpdatedDrupal()
Setter for updated drupal property.
Parameters
string $updated_drupal: Timestamp when was mapping updated.
1 method overrides MappingInterface::setUpdatedDrupal()
- Mapping::setUpdatedDrupal in src/
Entity/ Mapping.php - Setter for updated drupal property.
File
- src/
Entity/ MappingInterface.php, line 114
Class
- MappingInterface
- Provides an interface for defining GatherContent Mapping entities.
Namespace
Drupal\gathercontent\EntityCode
public function setUpdatedDrupal($updated_drupal);