public function SocialAuth::getChangedTime in Social Auth 8.2
Same name and namespace in other branches
- 3.x src/Entity/SocialAuth.php \Drupal\social_auth\Entity\SocialAuth::getChangedTime()
Gets the changed time field.
Return value
int Changed timestamp Social Auth entity.
File
- src/
Entity/ SocialAuth.php, line 124
Class
- SocialAuth
- Defines the Social Auth entity.
Namespace
Drupal\social_auth\EntityCode
public function getChangedTime() {
return $this
->get('changed')->value;
}