public function Groups::getGroupName in SimpleAds 8
1 call to Groups::getGroupName()
- Groups::save in src/
Groups.php
File
- src/
Groups.php, line 42
Class
- Groups
- Groups utility class.
Namespace
Drupal\simpleadsCode
public function getGroupName() {
return $this->name;
}