You are here

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\Entity

Code

public function getUpdatedDrupal() {
  return $this
    ->get('updated_drupal');
}