public function Ads::getChangedAt in SimpleAds 8
File
- src/
Ads.php, line 117
Class
- Ads
- Ads utility class.
Namespace
Drupal\simpleadsCode
public function getChangedAt() {
return !empty($this->changed_at) ? $this->changed_at : time();
}
public function getChangedAt() {
return !empty($this->changed_at) ? $this->changed_at : time();
}