You are here

public function Ads::getChangedAt in SimpleAds 8

1 call to Ads::getChangedAt()
Ads::save in src/Ads.php

File

src/Ads.php, line 117

Class

Ads
Ads utility class.

Namespace

Drupal\simpleads

Code

public function getChangedAt() {
  return !empty($this->changed_at) ? $this->changed_at : time();
}