You are here

public function Ads::getAdName in SimpleAds 8

1 call to Ads::getAdName()
Ads::save in src/Ads.php

File

src/Ads.php, line 45

Class

Ads
Ads utility class.

Namespace

Drupal\simpleads

Code

public function getAdName() {
  return $this->name;
}