public function Groups::getId in SimpleAds 8
3 calls to Groups::getId()
- Groups::delete in src/
Groups.php - Groups::load in src/
Groups.php - Groups::save in src/
Groups.php
File
- src/
Groups.php, line 33
Class
- Groups
- Groups utility class.
Namespace
Drupal\simpleadsCode
public function getId() {
return $this->id;
}