You are here

public function Groups::getChangedAt in SimpleAds 8

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

File

src/Groups.php, line 78

Class

Groups
Groups utility class.

Namespace

Drupal\simpleads

Code

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