You are here

public function Groups::getDescription in SimpleAds 8

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

File

src/Groups.php, line 51

Class

Groups
Groups utility class.

Namespace

Drupal\simpleads

Code

public function getDescription() {
  return $this->description;
}