You are here

public function Mapping::getUpdatedDrupal in GatherContent 8.5

Same name and namespace in other branches
  1. 8.3 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::getUpdatedDrupal()
  2. 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\Entity

Code

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