You are here

public function Groups::getCreatedAt in SimpleAds 8

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

File

src/Groups.php, line 69

Class

Groups
Groups utility class.

Namespace

Drupal\simpleads

Code

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