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\simpleadsCode
public function getCreatedAt() {
return !empty($this->created_at) ? $this->created_at : time();
}