public function Create::setTitle in SimpleAds 8
Same name in this branch
- 8 src/Form/Groups/Create.php \Drupal\simpleads\Form\Groups\Create::setTitle()
- 8 src/Form/Ads/Create.php \Drupal\simpleads\Form\Ads\Create::setTitle()
- 8 src/Form/Campaigns/Create.php \Drupal\simpleads\Form\Campaigns\Create::setTitle()
Set page title.
1 string reference to 'Create::setTitle'
File
- src/
Form/ Groups/ Create.php, line 18
Class
- Create
- New advertisement group form.
Namespace
Drupal\simpleads\Form\GroupsCode
public function setTitle() {
return $this
->t('Create new Group');
}