public function GathercontentMapping::getUpdatedDrupal in GatherContent 8
Return value
string
Overrides GathercontentMappingInterface::getUpdatedDrupal
File
- src/
Entity/ GathercontentMapping.php, line 151
Class
- GathercontentMapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function getUpdatedDrupal() {
return $this
->get('updated_drupal');
}