public function Mapping::getUpdatedDrupal in GatherContent 8.5
Same name and namespace in other branches
- 8.3 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::getUpdatedDrupal()
- 8.4 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::getUpdatedDrupal()
Get the date of the last update.
Return value
string Userfriendly timestamp of the last update.
File
- src/
Entity/ Mapping.php, line 236
Class
- Mapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function getUpdatedDrupal() {
return $this
->get('updated_drupal');
}