public function DomainInterface::getRawScheme in Domain Access 8
Returns the stored scheme value for a domain record.
This method is to be used with forms and when saving domain records. It returns the raw value (http|https|variable) of the domain's default scheme.
Return value
string Returns a stored scheme default (http|https|variable) for the record.
1 method overrides DomainInterface::getRawScheme()
- Domain::getRawScheme in domain/
src/ Entity/ Domain.php - Returns the stored scheme value for a domain record.
File
- domain/
src/ DomainInterface.php, line 107
Class
- DomainInterface
- Provides an interface defining a domain entity.
Namespace
Drupal\domainCode
public function getRawScheme();