public function BakeryService::isChild in Bakery Single Sign-On System 8.2
Check if the current site is a child site.
Return value
bool
File
- src/
BakeryService.php, line 61 - Services used in bakery SSO functions.
Class
- BakeryService
- Common functionalities used in both controller and module.
Namespace
Drupal\bakeryCode
public function isChild() {
return !$this
->isMain();
}