public function DomainStorageInterface::getDefaultScheme in Domain Access 8
Returns the default http/https scheme for the site.
This function helps us account for variable schemes across environments.
Return value
string A string representation of s scheme (http|https).
1 method overrides DomainStorageInterface::getDefaultScheme()
- DomainStorage::getDefaultScheme in domain/
src/ DomainStorage.php - Returns the default http/https scheme for the site.
File
- domain/
src/ DomainStorageInterface.php, line 122
Class
- DomainStorageInterface
- Provides an interface for domain entity storage.
Namespace
Drupal\domainCode
public function getDefaultScheme();