You are here

public function Groups::setId in SimpleAds 8

File

src/Groups.php, line 28

Class

Groups
Groups utility class.

Namespace

Drupal\simpleads

Code

public function setId($id) {
  $this->id = $id;
  return $this;
}